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() { @mixin widget() {
color: $white0; color: $white0;
padding: 6px; padding: 6px;
margin: 5px 2px; margin: 4px 2px;
border-radius: 8px; border-radius: 8px;
background-color: $surface0; background-color: $surface0;
} }

View file

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

View file

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

View file

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