waybar: rm custom/himalaya, deprecated upstream

This commit is contained in:
t14 2024-09-07 16:33:44 +02:00
parent b3f4d2d9fb
commit 213cd277a8
Signed by: wanderer
SSH Key Fingerprint: SHA256:szgNfbjbimyesAS1xfRZ0DY3hcNv9xC9ocRCJjD4Wgg

@ -7,7 +7,6 @@
"modules-center": ["sway/window"], "modules-center": ["sway/window"],
"modules-right": [ "modules-right": [
"tray", "tray",
"custom/himalaya",
"pulseaudio", "pulseaudio",
"network", "network",
"network#wireguard", "network#wireguard",
@ -148,12 +147,6 @@
"interval": 40, "interval": 40,
"exec": "~/.config/waybar/modules/storage.sh" "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": { "tray": {
"icon-size": 18 "icon-size": 18
}, },