feat(waybar): drop eww and simplify components

This commit is contained in:
2026-03-13 23:41:52 +01:00
parent dd9e8b5981
commit 07e5e31722
19 changed files with 20 additions and 1466 deletions

View File

@@ -83,13 +83,12 @@ button:hover {
#cpu,
#memory,
#backlight,
#network,
#wireplumber,
#mpris,
#bluetooth,
#language,
#custom-mic,
#custom-vpn,
#custom-network,
#custom-ssh,
#custom-notification,
#systemd-failed-units {
@@ -101,17 +100,12 @@ button:hover {
}
/* center: alert zone */
#custom-ssh {
min-height: 0;
padding-top: 0;
padding-bottom: 0;
margin-top: 3px;
margin-bottom: 3px;
}
#custom-ssh.active {
color: @cyan;
font-size: 10px;
font-size: 18px;
padding: 0 10px;
margin-top: -2px;
margin-bottom: -2px;
}
#custom-notification.notification {
@@ -153,7 +147,7 @@ button:hover {
}
/* right: connectivity */
#network.disconnected {
#custom-network.disconnected {
color: @red;
}
@@ -161,10 +155,6 @@ button:hover {
color: @blue;
}
#custom-vpn {
color: @cyan;
}
/* right: system */
#cpu {
margin-right: 0;