Switch to nm-applet
This commit is contained in:
parent
7a13351dfd
commit
999fef021d
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue