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": {
|
||||
"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"
|
||||
"format": "{} ",
|
||||
"interval": 3600,
|
||||
"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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue