From 56e09c7efe7822aea05e90f42e0edeff2ccbeea7 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Thu, 22 Feb 2024 22:52:27 -0700 Subject: [PATCH] Use `nm-applet` instead of custom icon and wofi menu --- sway/autostart | 1 + waybar/config.template | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sway/autostart b/sway/autostart index a9b0a4d0b..cd672f84c 100644 --- a/sway/autostart +++ b/sway/autostart @@ -43,6 +43,7 @@ exec mako --config=${HOME}/.dotfiles/mako.conf & # Tray icons # TODO: Orage is dead. Find a new calendaring solution +exec nm-applet & exec squeekboard-restyled & exec blueman-applet & exec nextcloud & diff --git a/waybar/config.template b/waybar/config.template index 3b11e2cba..86c411b8a 100644 --- a/waybar/config.template +++ b/waybar/config.template @@ -18,7 +18,8 @@ // Choose the order of the modules "modules-left": ["sway/workspaces", "sway/window"], "modules-center": [], - "modules-right": ["sway/mode", "custom/weather", "network", "network#wireguard", "backlight", "cpu", "memory", "custom/disk", "temperature", "custom/battery", "pulseaudio","tray", "custom/wallpaper", "custom/todo", "custom/osk", "custom/pkg", "custom/bar", "custom/gammastep", "idle_inhibitor", "custom/sleep_modes", "custom/clock", "custom/power"], + //"modules-right": ["sway/mode", "custom/weather", "network", "network#wireguard", "backlight", "cpu", "memory", "custom/disk", "temperature", "custom/battery", "pulseaudio","tray", "custom/wallpaper", "custom/todo", "custom/osk", "custom/pkg", "custom/bar", "custom/gammastep", "idle_inhibitor", "custom/sleep_modes", "custom/clock", "custom/power"], + "modules-right": ["sway/mode", "custom/weather", "backlight", "cpu", "memory", "custom/disk", "temperature", "custom/battery", "pulseaudio", "network#wireguard", "tray", "custom/wallpaper", "custom/todo", "custom/osk", "custom/pkg", "custom/bar", "custom/gammastep", "idle_inhibitor", "custom/sleep_modes", "custom/clock", "custom/power"], // Modules configuration "sway/workspaces": { // "disable-scroll": true,