feat: volume & brightness sliders;

experiment: trying to implement idle inhibitor
This commit is contained in:
2025-09-17 01:01:36 +03:00
parent db4de4114b
commit 261ba1f16f
2 changed files with 36 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
--cc-bg: #1c1c1cca;
--noti-border-color: rgba(90, 104, 115, 0.5);
--noti-bg: #1c1c1cca;
--noti-bg-alt:#1c1c1cca;
--noti-bg-alpha: 0.85;
--noti-bg-darker: rgb(38, 38, 38);
--noti-bg-hover: rgb(56, 56, 56);
@@ -366,7 +367,7 @@
.widget-dnd switch slider {
border-radius: 12px;
border-radius: 12px;
}
/* Label widget */
@@ -528,6 +529,10 @@
border-radius: 12px;
}
.widget-volume label {
font-size: 28px;
}
.widget-volume trough highlight {
background: var(--noti-bg-focus);
}
@@ -551,8 +556,12 @@
border-radius: 12px;
}
.widget-slider trough highlight {
background: var(--noti-bg-focus);
}
.widget-slider label {
font-size: inherit;
font-size: 28px;
}
/* Backlight widget */