mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-07-29 12:22:49 +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() {
|
@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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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)"')
|
||||||
|
|
|
@ -78,8 +78,7 @@
|
||||||
:duration 500
|
:duration 500
|
||||||
|
|
||||||
(box
|
(box
|
||||||
:height 45)))
|
:height 45))))
|
||||||
)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue