diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2023-05-21 18:25:44 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2023-05-21 18:25:44 -0300 |
commit | 347a578df5c417dc7223a4f2804dfa3f4aeea30d (patch) | |
tree | dc08e8cd1e1663ec94afc6f03efe4a7b37c66301 /dot_config | |
parent | ada0377b5db140de5c7aeb956f31581bc4a64bba (diff) | |
download | dots-347a578df5c417dc7223a4f2804dfa3f4aeea30d.tar.gz |
Update .config/qtile/config.py
Diffstat (limited to 'dot_config')
-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 a48994f..c467ff4 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="block", active=fg_col, inactive=fg_col, urgent_border=accent2, this_current_screen_border=accent, margin=3, disable_drag=True, hide_unused=True, borderwidth=0), + 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.WindowName(), widget.Spacer(length=bar.STRETCH), widget.Chord( |