feat(eww): finish most scss of quick settings

This commit is contained in:
matt1432 2023-07-30 19:13:59 -04:00
commit 082485d7a5
3 changed files with 134 additions and 66 deletions
config/eww/scripts

View file

@ -10,13 +10,10 @@ on () {
}
off () {
(
eww update showqs=false
sleep .55
eww close quick-settings-reveal
eww close quick-settings-smol-reveal
eww close quick-settings-logo-reveal
)
}
[[ "$1" == "on" ]] && on