This commit is contained in:
iFargle 2023-08-28 20:45:33 +09:00
parent 98ae22b400
commit c3b7386ebf

View file

@ -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" = "󰌊"
} }
}, },