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": {
|
||||
"format": "{icon} {}",
|
||||
"exec": "$HOME/.config/waybar/scripts/tailscale.sh",
|
||||
"exec-if": "pgrep tailscaled",
|
||||
"return-type": "json",
|
||||
"interval": 5
|
||||
format-icons = {
|
||||
"Running" = "",
|
||||
"Stopped" = "",
|
||||
"Stopped" = ""
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue