diff --git a/.config/sway/config b/.config/sway/config index bd1e75c..9dc3375 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -31,7 +31,7 @@ font pango:monospace 8 # NetworkManager is the most popular way to manage wireless networks on Linux, # and nm-applet is a desktop environment-independent system tray GUI for it. -exec nm-applet +exec nm-applet --indicator 2>&1 & #exec nm-tray 2>&1 & # Use pactl to adjust volume in PulseAudio. diff --git a/.config/waybar/config b/.config/waybar/config index 0f23eb1..04afea4 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -6,7 +6,7 @@ "modules-left": ["sway/workspaces", "sway/mode"], "modules-center": ["sway/window"], //"modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"], - "modules-right": ["pulseaudio", "backlight", "idle_inhibitor", "network", "battery", "clock", "tray"], + "modules-right": ["pulseaudio", "backlight", "idle_inhibitor", "battery", "clock", "tray"], "include": "~/.config/waybar/modules", }