diff --git a/.config/waybar/config b/.config/waybar/config index 1ccd27c..8b28350 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -7,7 +7,6 @@ "modules-center": ["sway/window"], "modules-right": [ "tray", - "custom/himalaya", "pulseaudio", "network", "network#wireguard", @@ -148,12 +147,6 @@ "interval": 40, "exec": "~/.config/waybar/modules/storage.sh" }, - "custom/himalaya": { - "exec": "tail -fn 1 /tmp/himalaya-counter-am | xargs -I {} sh -c 'if [ {} -gt 0 ]; then echo 📫; else echo; fi'", - "format": "{}", - "on-click": "kitty -1 --hold himalaya -a a_mirre", - "tooltip": false - }, "tray": { "icon-size": 18 },