diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2023-05-21 18:22:45 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2023-05-21 18:22:45 -0300 |
commit | 5c4f408fc6b12c63a34055cac3a67f875dacbfdd (patch) | |
tree | d801c6fcd3035ec7c7d9f69cfba8afe93c8f8efa /dot_config | |
parent | 67695e3d36b61f6a2ccbef404b266929afb930a9 (diff) | |
download | dots-5c4f408fc6b12c63a34055cac3a67f875dacbfdd.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 2d5ebad..6a80f37 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=5, disable_drag=True), + widget.GroupBox(rounded=False, highlight_method="block", active=fg_col, inactive=fg_col, urgent_border=accent2, this_current_screen_border=accent, margin=4, disable_drag=True), #widget.WindowName(), widget.Spacer(length=bar.STRETCH), widget.Chord( |