does it work? maybe. will I check? no.
This commit is contained in:
parent
d6a439785d
commit
6e04cc74d6
1 changed files with 17 additions and 11 deletions
|
|
@ -37,17 +37,23 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/updates": {
|
"custom/updates": {
|
||||||
"format": "{} {icon}",
|
"format": "{} ",
|
||||||
"return-type": "json",
|
|
||||||
"format-icons": {
|
|
||||||
"has-updates": "",
|
|
||||||
"updated": "",
|
|
||||||
"updated": "",
|
|
||||||
"interval": 3600,
|
"interval": 3600,
|
||||||
},
|
"exec": "checkupdates | wc -l",
|
||||||
"exec-if": "which waybar-module-pacman-updates",
|
"exec-if": "exit 0",
|
||||||
"exec": "waybar-module-pacman-updates",
|
"on-click": "kitty --class update paru; pkill -SIGRTMIN+8 waybar",
|
||||||
"on-click": "kitty --class update paru"
|
"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": {
|
"hyprland/workspaces": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue