Decrease cadence of custom waybar scripts
This commit is contained in:
parent
7541dd8954
commit
1bb7c44c37
|
@ -77,12 +77,12 @@
|
||||||
"custom/org-pomodoro": {
|
"custom/org-pomodoro": {
|
||||||
"format": "<span foreground='#88C0D0'></span> {}",
|
"format": "<span foreground='#88C0D0'></span> {}",
|
||||||
"exec": "$HOME/.local/share/scripts/org-clock-status",
|
"exec": "$HOME/.local/share/scripts/org-clock-status",
|
||||||
"interval": 2
|
"interval": 60
|
||||||
},
|
},
|
||||||
"custom/cgm-value": {
|
"custom/cgm-value": {
|
||||||
"format": "<span foreground='#88C0D0'></span> {}{icon} ",
|
"format": "<span foreground='#88C0D0'></span> {}{icon} ",
|
||||||
"exec": "$HOME/.local/share/scripts/cgm-value",
|
"exec": "$HOME/.local/share/scripts/cgm-value",
|
||||||
"interval": 2,
|
"interval": 300,
|
||||||
"return-type":"json",
|
"return-type":"json",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"up": "",
|
"up": "",
|
||||||
|
|
Loading…
Reference in New Issue