sway: add DND toggle in sway and waybar

This commit is contained in:
Fabio Scotto di Santolo
2026-05-17 21:58:50 +02:00
parent a061d0ce17
commit 9cf1c3784a
3 changed files with 24 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ window#waybar {
#pulseaudio,
#battery,
#tray,
#custom-dnd,
#custom-power {
padding: 0 8px;
}
@@ -67,6 +68,17 @@ window#waybar {
#tray { padding: 0 6px; }
#custom-dnd {
color: #8e8e9a;
font-size: 11pt;
}
#custom-dnd.paused {
color: #e0af68;
}
#custom-dnd:hover {
background-color: rgba(224, 175, 104, 0.15);
}
#custom-power {
color: #c7162b;
padding: 0 10px;