New backup 2025-03-04 00:45:01
This commit is contained in:
parent
df1a45c839
commit
c23ae5a9aa
2 changed files with 15 additions and 1 deletions
|
@ -18,6 +18,16 @@
|
|||
.rightgroup>* {
|
||||
margin: 10px 0px 10px 5px;
|
||||
}
|
||||
scale trough {
|
||||
background-color: $color1;
|
||||
min-width: 100px;
|
||||
min-height: 10px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
scale trough highlight {
|
||||
background-color: $color2;
|
||||
border-radius: 4px;
|
||||
}
|
||||
circular-progress {
|
||||
color: $color1;
|
||||
background-color: $color2;
|
||||
|
|
|
@ -91,7 +91,11 @@
|
|||
:space-evenly false
|
||||
:halign "center"
|
||||
(scale
|
||||
:value '50')))
|
||||
:min 0
|
||||
:max 100
|
||||
:value 50
|
||||
:orientation "h"
|
||||
:onchange "wpctl set-volume @DEFAULT_AUDIO_SINK@ {}%")))
|
||||
|
||||
(defpoll vpn_active :initial false
|
||||
:interval "5s"
|
||||
|
|
Loading…
Add table
Reference in a new issue