added swaync and hyprsunset modules to waybar

This commit is contained in:
2025-08-26 02:59:06 +02:00
parent 1e660e8168
commit fe19724470
2 changed files with 57 additions and 0 deletions

View File

@@ -174,3 +174,35 @@ window#waybar {
.modules-right > *:not(:last-child) {
border-bottom: 1px solid #21202e; /* highlight-low */
}
/* SwayNC widget */
#custom-swaync {
background: #1f1d2e; /* surface */
color: #e0def4; /* text */
margin: 3px 6px;
border-radius: 8px;
border: 1px solid #21202e; /* highlight-low */
padding: 6px 8px;
border-left: 3px solid #c4a7e7; /* iris */
}
#custom-swaync.dnd {
/* if swaync emits a 'dnd' class */
border-left-color: #f6c177; /* gold */
}
#custom-swaync:hover {
background: #26233a; /* overlay */
}
/* Hyprsunset widget */
#custom-hyprsunset {
background: #1f1d2e; /* surface */
color: #e0def4; /* text */
margin: 3px 6px;
border-radius: 8px;
border: 1px solid #21202e; /* highlight-low */
padding: 6px 8px;
border-left: 3px solid #ea9a97; /* rose */
}
#custom-hyprsunset:hover {
background: #26233a; /* overlay */
}