update waybar time between checking updates to 30min

This commit is contained in:
smayzy 2025-03-05 11:13:34 +01:00
parent 1c87d769b7
commit a25d769ad0

View File

@ -156,6 +156,6 @@
"custom/updates":{ "custom/updates":{
"format": " {} Update(s) ", "format": " {} Update(s) ",
"exec": "checkupdates | wc -l", "exec": "checkupdates | wc -l",
"interval": 15 "interval": 1800
} }
} }