diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-22 10:41:13 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-22 10:41:13 -0500 |
commit | 647af2f6c1adeaeacb4d86cc3376b985ea404f61 (patch) | |
tree | e8125b8924a5a25dac0d612449ec6f7981f5dd25 | |
parent | d39cbbe3c2fb681e78d51375e0d1a66d66307886 (diff) | |
download | configs-647af2f6c1adeaeacb4d86cc3376b985ea404f61.tar.gz configs-647af2f6c1adeaeacb4d86cc3376b985ea404f61.tar.xz configs-647af2f6c1adeaeacb4d86cc3376b985ea404f61.zip |
[rc/sway] darker colour for the bar
-rw-r--r-- | rc.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4098,8 +4098,8 @@ bar { position bottom colors { statusline #ffffff - background #323232 - inactive_workspace #32323200 #32323200 #5c5c5c + background #212121 + inactive_workspace #21212100 #21212100 #5c5c5c } status_command i3status | my-i3status.py } |