vpn button waybar

This commit is contained in:
2025-05-28 11:25:40 +02:00
parent d3523ebde6
commit 341472929b
7 changed files with 73 additions and 17 deletions

View File

@ -46,6 +46,7 @@ tooltip label {
#idle_inhibitor,
#clock,
#custom-wifi,
#custom-wireguard,
#bluetooth,
#custom-update,
#mpris,
@ -267,6 +268,17 @@ tooltip label {
color: @hover-fg;
}
/* ────────────────────────────────────────────────────────────────┤ wireguard ├───
*/
#custom-wireguard {
background: @tray;
padding: 0 8px 0 5px;
}
#custom-wireguard:hover {
color: @hover-fg;
}
/* ────────────────────────────────────────────────────────────┤ bluetooth ├───
*/
#bluetooth {