mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
sway: add DND toggle in sway and waybar
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user