Switch to nm-applet

This commit is contained in:
Logan G 2022-02-12 12:33:35 -07:00
parent 7a13351dfd
commit 999fef021d
Signed by: logan
GPG key ID: E328528C921E7A7A
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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",
}