eww: Add color-scheme switch button

This commit is contained in:
2024-07-17 10:55:18 +02:00
parent b5babe522d
commit 972bcf003d
4 changed files with 66 additions and 11 deletions

View File

@ -57,19 +57,20 @@ window {
}
.thingy {
//border: solid $highlight1 2px;
//border-top: solid $highlight1 1px;
//border-bottom: solid $highlight2 3px;
//border-bottom: dotted $highlight1 6px;
//color: $highlight1;
//background: $lowlight1;
//border-radius: 30px;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-top: 8px;
padding-bottom: 8px;
min-height: 20px;
border-top: solid $highlight1 2px;
}
.bigthingy {
padding-top: 8px;
padding-bottom: 8px;
min-height: 20px;
border-top: solid $highlight1 2px;
font-size: 35px;
}
scale trough {
all: unset;
background-color: #22242b;
@ -176,6 +177,9 @@ scale trough {
margin-top: -8px;
}
.color_scheme {
}
.pwrbtn {
font-size: 35px;
font-weight: 400;