chore: eww workspace new margin

This commit is contained in:
hesam-init 2024-06-29 22:06:51 +03:30
parent f1ba2fc05c
commit a281b79996
4 changed files with 4 additions and 6 deletions

View file

@ -1,7 +1,7 @@
@mixin widget() {
color: $white0;
padding: 6px;
margin: 5px 2px;
margin: 4px 2px;
border-radius: 8px;
background-color: $surface0;
}

View file

@ -5,14 +5,13 @@
.workspaces {
@include widget;
padding: 4px;
* {
transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 500ms;
}
.workspace {
margin: 6px 8px;
margin: 4px 8px;
border-radius: 4px;
}

View file

@ -79,7 +79,7 @@
;; (deflisten pside "playerctl -F metadata -f '{ \"volume\": {{volume*100}}, \"shuffle\": \"{{shuffle}}\", \"loop\": \"{{loop}}\" }'")
; Controlpanel
(defvar revealControlpanel true)
(defvar revealControlpanel false)
(defvar revealWeather false)
(deflisten timerdis "./scripts/timer.py subscribe")
(defpoll hostname :initial "idk" :interval "24h" 'echo "$(whoami)"')

View file

@ -78,8 +78,7 @@
:duration 500
(box
:height 45)))
)
:height 45))))
)
)
)