aboutsummaryrefslogtreecommitdiff
path: root/config/sway/bar
diff options
context:
space:
mode:
Diffstat (limited to 'config/sway/bar')
-rw-r--r--config/sway/bar12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/sway/bar b/config/sway/bar
index c09e832..ff9d0f0 100644
--- a/config/sway/bar
+++ b/config/sway/bar
@@ -3,4 +3,16 @@ bar {
status_command i3blocks
position top
font pango:DejaVu Sans Mono 8
+ colors {
+ separator #1f222d
+ background #1f222d
+ statusline #81a1c1
+
+ # border background text
+ focused_workspace #1f222d #1f222d #81a1c1
+ active_workspace #1f222d #252936 #5e81ac
+ inactive_workspace #1f222d #1f222d #4c566a
+ urgent_workspace #1f222d #1f222d #ee829f
+ binding_mode #1f222d #81a1c1 #2e3440
+ }
}