diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2023-05-21 18:28:21 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2023-05-21 18:28:21 -0300 |
commit | dbff13cacd47acf393b0715916fdb182a4efc2fc (patch) | |
tree | d728cd70a45d3e2de0009355b10033195326c73c | |
parent | e2a9b6fa41f4aee98df9e261f0fdd3fad235a5cf (diff) | |
download | dots-dbff13cacd47acf393b0715916fdb182a4efc2fc.tar.gz |
Update .config/qtile/config.py
-rw-r--r-- | dot_config/qtile/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/qtile/config.py b/dot_config/qtile/config.py index c467ff4..cfe5698 100644 --- a/dot_config/qtile/config.py +++ b/dot_config/qtile/config.py @@ -113,7 +113,7 @@ screens = [ top=bar.Bar( [ widget.CurrentLayoutIcon(scale=0.8, custom_icon_paths="~/.config/qtile/icons"), - widget.GroupBox(rounded=False, highlight_method="line", active=fg_col, inactive=fg_col, urgent_border=accent2, this_current_screen_border=accent, margin=3, disable_drag=True, hide_unused=True), + widget.GroupBox(rounded=False, highlight_method="line", highlight_color=accent, active=fg_col, inactive=fg_col, urgent_border=accent2, this_current_screen_border=accent, margin=3, disable_drag=True, hide_unused=True), #widget.WindowName(), widget.Spacer(length=bar.STRETCH), widget.Chord( |