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