summaryrefslogtreecommitdiff
path: root/.config/sway/config.d/15-bar
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-10-28 04:11:37 +0200
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-10-28 04:11:37 +0200
commit76b182688e2a019f9e1e7f858e0ba2c164604e9b (patch)
tree92e88dcbe533eee70164ff59d7d363e726794ba5 /.config/sway/config.d/15-bar
parent9f8df2fbd32797b568553729b50d987e10a70840 (diff)
sway updateHEADmain
Diffstat (limited to '.config/sway/config.d/15-bar')
-rw-r--r--.config/sway/config.d/15-bar18
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/sway/config.d/15-bar b/.config/sway/config.d/15-bar
new file mode 100644
index 0000000..460e771
--- /dev/null
+++ b/.config/sway/config.d/15-bar
@@ -0,0 +1,18 @@
+bar {
+ status_command i3status
+ strip_workspace_numbers yes
+ position bottom
+ colors {
+ background $background
+ statusline $text
+ separator #ff0000
+
+ # Category Border Background Text
+ focused_workspace $accent $accent #000000
+ active_workspace $unfocused_border $unfocused_border $text
+ inactive_workspace $background $background $text
+ urgent_workspace $urgent $urgent $text
+ binding_mode $background $background $text
+
+ }
+}