test
This commit is contained in:
parent
98ae22b400
commit
c3b7386ebf
1 changed files with 2 additions and 1 deletions
|
@ -39,13 +39,14 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"custom/tailscale": {
|
"custom/tailscale": {
|
||||||
|
"format": "{icon} {}",
|
||||||
"exec": "$HOME/.config/waybar/scripts/tailscale.sh",
|
"exec": "$HOME/.config/waybar/scripts/tailscale.sh",
|
||||||
"exec-if": "pgrep tailscaled",
|
"exec-if": "pgrep tailscaled",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"interval": 5
|
"interval": 5
|
||||||
format-icons = {
|
format-icons = {
|
||||||
"Running" = "",
|
"Running" = "",
|
||||||
"Stopped" = "",
|
"Stopped" = ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue