Wireguard icon update
Padlocks are missing from font set, so use the same 'key in box' icon for both. Status indicated by color. Cozy them up with network icon a bit.
This commit is contained in:
parent
f77b4f4217
commit
9a5e9ebddc
|
@ -182,8 +182,8 @@
|
||||||
"interval": 10,
|
"interval": 10,
|
||||||
"interface": "wg0", // (Optional) To force the use of this interface
|
"interface": "wg0", // (Optional) To force the use of this interface
|
||||||
"tooltip": "{ipaddr}",
|
"tooltip": "{ipaddr}",
|
||||||
"format": "🔒",
|
"format": "⚿",
|
||||||
"format-disconnected": "🔓",
|
"format-disconnected": "⚿",
|
||||||
"on-click": "if [ $(sudo pgrep -xc rofi) -gt 0 ]; then pkill rofi; else ${HOME}/scripts/rofi/rofi-openvpn.sh; fi"
|
"on-click": "if [ $(sudo pgrep -xc rofi) -gt 0 ]; then pkill rofi; else ${HOME}/scripts/rofi/rofi-openvpn.sh; fi"
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
|
|
|
@ -135,9 +135,13 @@ window#waybar {
|
||||||
color: @blue;
|
color: @blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#network.wireguard {
|
||||||
|
padding: 0px;
|
||||||
|
margin-left: -8px;
|
||||||
|
}
|
||||||
|
|
||||||
#network.disconnected {
|
#network.disconnected {
|
||||||
color: @red;
|
color: @red;
|
||||||
padding: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#network.wifi {
|
#network.wifi {
|
||||||
|
|
Loading…
Reference in New Issue