This commit is contained in:
albert 2023-11-15 17:46:42 +09:00
parent cdd140884d
commit 73740eb85a
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -44,14 +44,14 @@
},
"custom/tailscale": {
"format": "{icon}",
"format": "{icon} ",
"exec": "$HOME/.config/waybar/scripts/tailscale.sh",
"exec-if": "pgrep tailscaled",
"return-type": "json",
"interval": 5,
"format-icons": {
"Running": "󰌆 ",
"Stopped": "󰌊 ",
"Running": "󰌆",
"Stopped": "󰌊",
}
},
@ -137,7 +137,7 @@
"warning": 35,
"critical": 20
},
"format": "{icon} {capacity}%",
"format": "{icon} {capacity}%",
"format-charging": "󰂄 {capacity}%",
"format-plugged": " {capacity}%",
"format-icons": ["", "", "", "", ""]