mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
fixed pgrep tests waybar
This commit is contained in:
parent
70bf67d2e3
commit
083c2438c7
@ -60,7 +60,7 @@
|
|||||||
"format": "<span foreground='#929292'></span> vpn",
|
"format": "<span foreground='#929292'></span> vpn",
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"exec" : "echo a",
|
"exec" : "echo a",
|
||||||
"exec-if" : "pregrep openvpn &>/dev/null"
|
"exec-if" : "pgrep openvpn"
|
||||||
},
|
},
|
||||||
"backlight": {
|
"backlight": {
|
||||||
"format": "<span foreground='#929292'>{icon}</span> {percent}%",
|
"format": "<span foreground='#929292'>{icon}</span> {percent}%",
|
||||||
@ -102,7 +102,7 @@
|
|||||||
"format": " <span foreground='#f3f99d'>backup...</span>",
|
"format": " <span foreground='#f3f99d'>backup...</span>",
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"exec": "echo a",
|
"exec": "echo a",
|
||||||
"exec-if": "pgrep borg &>/dev/null"
|
"exec-if": "pgrep borg"
|
||||||
},
|
},
|
||||||
"custom/systemd": {
|
"custom/systemd": {
|
||||||
"format": "<span foreground='#ff5c57'> {}</span>",
|
"format": "<span foreground='#ff5c57'> {}</span>",
|
||||||
|
Loading…
Reference in New Issue
Block a user