sway: add wlogout, waybar power button, layer effects

This commit is contained in:
Fabio Scotto di Santolo
2026-05-17 15:32:26 +02:00
parent f7e7313246
commit a69edfbf43
8 changed files with 84 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
}
window#waybar {
background-color: #1f1f28;
background-color: rgba(31, 31, 40, 0.55);
color: #d0d0d0;
border: none;
}
@@ -43,7 +43,8 @@ window#waybar {
#network,
#pulseaudio,
#battery,
#tray {
#tray,
#custom-power {
padding: 0 8px;
}
@@ -65,3 +66,12 @@ window#waybar {
#battery.full { color: #9ec07c; }
#tray { padding: 0 6px; }
#custom-power {
color: #c7162b;
padding: 0 10px;
font-size: 12pt;
}
#custom-power:hover {
background-color: rgba(199, 22, 43, 0.15);
}