diff options
Diffstat (limited to '.config/sway')
-rw-r--r-- | .config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index 5e1334f..c251a25 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -155,7 +155,7 @@ bar { position bottom # status_command while date +'%a, %d %b %Y %T %z'; do sleep 1; done - status_command my-bar + status_command b-bar colors { statusline #ffffff @@ -191,7 +191,7 @@ for_window [app_id="firefox" title="Sharing Indicator"] \ exec mako >/tmp/mako.log 2>&1 exec dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK exec gsettings set 'org.gnome.desktop.interface' cursor-theme 'DMZ-White' -exec pacify-pulseaudio +exec b-pacify exec [ -x "$(command -v nm-applet)" ] && nm-applet include ~/.config/sway/"$(hostname)" |