aboutsummaryrefslogtreecommitdiff
path: root/config/sway/bar
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-07-02 09:43:06 +0200
committerKarel Kočí <cynerd@email.cz>2022-07-02 09:43:06 +0200
commitc49abeb1a3e2b526dda17e71bccba1630360470f (patch)
tree5fbd39d3919cca5dc7d2eb0f2aa4f64d19b543c5 /config/sway/bar
parentc0d3adb0276937cd08642ed1e6e69ec83ee5bb49 (diff)
downloadmyconfigs-c49abeb1a3e2b526dda17e71bccba1630360470f.tar.gz
myconfigs-c49abeb1a3e2b526dda17e71bccba1630360470f.tar.bz2
myconfigs-c49abeb1a3e2b526dda17e71bccba1630360470f.zip
Use Nord color theme
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
+ }
}