feat(modules/notifications, osd): pause notification timeout on holdNotification

osd now supports brightness controlsgit add .
This commit is contained in:
retrozinndev
2025-08-30 22:05:32 -03:00
parent 56d8736768
commit d096072fb1
8 changed files with 334 additions and 203 deletions
+5 -11
View File
@@ -12,29 +12,23 @@
-gtk-icon-size: 24px;
}
.volume {
.level {
margin-top: -6px;
.device {
margin-bottom: 6px;
.text {
margin-bottom: 4px;
font-size: 14px;
font-weight: 600;
}
levelbar trough block {
border-radius: 3px;
border-radius: 4px;
background: colors.$bg-primary;
&.filled {
min-height: 8px;
min-height: 10px;
background: colors.$bg-secondary;
}
}
.value {
font-size: 11px;
font-weight: 400;
padding: 0 4px;
}
}
}