diff options
Diffstat (limited to 'dot-config/sway/config')
| -rw-r--r-- | dot-config/sway/config | 15 |
1 files changed, 3 insertions, 12 deletions
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 |
