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