diff options
author | Thanos Apollo <[email protected]> | 2022-09-15 05:33:04 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2022-09-15 05:33:04 +0300 |
commit | 1a7a361f990cd6250d85018823531d6d35e3fe07 (patch) | |
tree | f29002e040927ae286a14d731082255a500f712c /.config | |
parent | fda8020329ea38536d7e2c0aa1dc90972e494b5a (diff) |
Update colors
Diffstat (limited to '.config')
-rw-r--r-- | .config/qtile/config.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 2762b64..f0063c6 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -107,7 +107,7 @@ def init_widgets_defaults(): return dict(font="Noto Sans", fontsize = 12, padding = 2, - background=colors[1]) + background=my_colors["black"]) widget_defaults = init_widgets_defaults() @@ -169,8 +169,8 @@ def init_widgets_list(): widget.Sep( linewidth = 1, padding = 10, - foreground = colors[2], - background = colors[1] + foreground = my_colors["black2"], + background = my_colors["black"] ), widget.TextBox( font="FontAwesome", |