waybar: make the custom/update time shorter
This commit is contained in:
parent
aca9c78648
commit
e335d1aec6
1 changed files with 2 additions and 2 deletions
|
@ -108,10 +108,10 @@
|
|||
},
|
||||
"custom/update":{
|
||||
"format": "{} ",
|
||||
"interval": 3600,
|
||||
"interval": 600,
|
||||
"exec": "checkupdates | wc -l",
|
||||
"exec-if": "exit 0",
|
||||
"on-click": "tilix -e '/home/guoyi/.config/waybar/update.sh'",
|
||||
"on-click": "tilix -e '/home/guoyi/.config/waybar/update.sh'"
|
||||
},
|
||||
"custom/power":{
|
||||
"format": "⏻",
|
||||
|
|
Loading…
Reference in a new issue