Test
This commit is contained in:
parent
cdd140884d
commit
73740eb85a
1 changed files with 4 additions and 4 deletions
|
@ -44,14 +44,14 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/tailscale": {
|
"custom/tailscale": {
|
||||||
"format": "{icon}",
|
"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": "",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -137,7 +137,7 @@
|
||||||
"warning": 35,
|
"warning": 35,
|
||||||
"critical": 20
|
"critical": 20
|
||||||
},
|
},
|
||||||
"format": "{icon} {capacity}%",
|
"format": "{icon} {capacity}%",
|
||||||
"format-charging": " {capacity}%",
|
"format-charging": " {capacity}%",
|
||||||
"format-plugged": " {capacity}%",
|
"format-plugged": " {capacity}%",
|
||||||
"format-icons": ["", "", "", "", ""]
|
"format-icons": ["", "", "", "", ""]
|
||||||
|
|
Loading…
Reference in a new issue