mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-07-29 02:22:50 +02:00
chore: eww workspace new margin
This commit is contained in:
parent
f1ba2fc05c
commit
a281b79996
4 changed files with 4 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
@mixin widget() {
|
||||
color: $white0;
|
||||
padding: 6px;
|
||||
margin: 5px 2px;
|
||||
margin: 4px 2px;
|
||||
border-radius: 8px;
|
||||
background-color: $surface0;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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)"')
|
||||
|
|
|
@ -78,8 +78,7 @@
|
|||
:duration 500
|
||||
|
||||
(box
|
||||
:height 45)))
|
||||
)
|
||||
:height 45))))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue