From 663806a4c7e81b45a1d81e7b2057a6d58f96d672 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 3 Nov 2024 16:40:36 +0000 Subject: Set yambar as sway statusbar --- dot-config/sway/config | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'dot-config/sway/config') diff --git a/dot-config/sway/config b/dot-config/sway/config index 6bebab0..d13a0e4 100644 --- a/dot-config/sway/config +++ b/dot-config/sway/config @@ -1,5 +1,5 @@ # -# SWAY +# SWAY CONFIG # # REQUIREMENTS: @@ -10,6 +10,7 @@ # | wireplumber | audio session manager # | mako | notification service # | bemenu | menu prompt +# | yambar | status bar # Variables set $mod Mod4 @@ -33,6 +34,7 @@ exec pipewire exec pipewire-pulse exec wireplumber exec mako +exec_always sh -c "pkill yambar; yambar" # Input seat * hide_cursor when-typing enable @@ -56,17 +58,6 @@ output eDP-1 { scale 1.5 } -# Bar -bar { - position top - status_command while date +'%F %T'; do sleep 1; done - colors { - statusline #ffffff - background #323232 - inactive_workspace #32323200 #32323200 #5c5c5c - } -} - # Gaps gaps inner $igap gaps outer $ogap -- cgit