summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-22 10:41:13 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-22 10:41:13 -0500
commit647af2f6c1adeaeacb4d86cc3376b985ea404f61 (patch)
treee8125b8924a5a25dac0d612449ec6f7981f5dd25
parentd39cbbe3c2fb681e78d51375e0d1a66d66307886 (diff)
downloadconfigs-647af2f6c1adeaeacb4d86cc3376b985ea404f61.tar.gz
configs-647af2f6c1adeaeacb4d86cc3376b985ea404f61.tar.xz
configs-647af2f6c1adeaeacb4d86cc3376b985ea404f61.zip
[rc/sway] darker colour for the bar
-rw-r--r--rc.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.org b/rc.org
index fd8b803..99a27b2 100644
--- a/rc.org
+++ b/rc.org
@@ -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
}