update waybar time between checking updates to 10min

This commit is contained in:
smayzy 2025-03-06 15:49:31 +01:00
parent a25d769ad0
commit b5ae6fd578

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": 1800 "interval": 600
} }
} }