does it work? maybe. will I check? no.

This commit is contained in:
Matthieu Fortin (CPC/CCP) 2024-12-16 13:27:48 -05:00
parent d6a439785d
commit 6e04cc74d6

View file

@ -37,17 +37,23 @@
},
"custom/updates": {
"format": "{} {icon}",
"return-type": "json",
"format-icons": {
"has-updates": "󱍷",
"updated": "󰂪",
"updated": "󰂪",
"format": "{} ",
"interval": 3600,
},
"exec-if": "which waybar-module-pacman-updates",
"exec": "waybar-module-pacman-updates",
"on-click": "kitty --class update paru"
"exec": "checkupdates | wc -l",
"exec-if": "exit 0",
"on-click": "kitty --class update paru; pkill -SIGRTMIN+8 waybar",
"signal": 8
// "format": "{} {icon}",
// "return-type": "json",
// "format-icons": {
// "has-updates": "󱍷",
// "updated": "󰂪",
// "updated": "󰂪",
// "interval": 3600,
// },
// "exec-if": "which waybar-module-pacman-updates",
// "exec": "waybar-module-pacman-updates",
// "on-click": "kitty --class update paru"
},
"hyprland/workspaces": {