From 999fef021d9731b21b8bb5b2787f5120d839a73b Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Sat, 12 Feb 2022 12:33:35 -0700 Subject: [PATCH] Switch to nm-applet --- .config/sway/config | 2 +- .config/waybar/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", }