diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2023-05-21 18:21:41 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2023-05-21 18:21:41 -0300 |
commit | 2095627b0c2d2df7c9661a866fc3b21b587e4b57 (patch) | |
tree | 89c60ebafb7cd57695a661aab3c1c3c6ede3b0a4 /dot_config | |
parent | e11cc0cef6608f202ff6c6faf9ac38aa299d2d9a (diff) | |
download | dots-2095627b0c2d2df7c9661a866fc3b21b587e4b57.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 fd83d81..9e1f987 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), + widget.GroupBox(rounded=False, highlight_method="block", active=fg_col, inactive=fg_col, urgent_border=accent2, this_current_screen_border=accent, margin=0, disable_drag=True), #widget.WindowName(), widget.Spacer(length=bar.STRETCH), widget.Chord( |