mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-07 23:53:59 +02:00
chore: eww tokens changed
This commit is contained in:
parent
134bae792d
commit
5529b67a7b
4 changed files with 12 additions and 8 deletions
|
@ -83,7 +83,7 @@
|
|||
;; (deflisten pside "playerctl -F metadata -f '{ \"volume\": {{volume*100}}, \"shuffle\": \"{{shuffle}}\", \"loop\": \"{{loop}}\" }'")
|
||||
|
||||
; Controlpanel
|
||||
(defvar revealControlpanel true)
|
||||
(defvar revealControlpanel false)
|
||||
(defvar revealWeather false)
|
||||
(defpoll hostname :initial "idk" :interval "24h" 'echo "$(whoami)"')
|
||||
(defpoll uptime :initial "idk" :interval "1m" "uptime -p")
|
||||
|
|
|
@ -67,6 +67,8 @@
|
|||
}
|
||||
|
||||
.system-status {
|
||||
margin: get-token(margin, large);
|
||||
|
||||
.progress {
|
||||
color: $accent;
|
||||
background-color: $surface1;
|
||||
|
|
|
@ -6,18 +6,20 @@ $design-tokens: (
|
|||
extra: 30px,
|
||||
),
|
||||
padding: (
|
||||
small: 6px,
|
||||
default: 8px,
|
||||
large: 12px,
|
||||
small: 4px,
|
||||
default: 6px,
|
||||
large: 10px,
|
||||
extra: 12px,
|
||||
),
|
||||
margin: (
|
||||
small: 4px 2px,
|
||||
small: 2px,
|
||||
default: 4px,
|
||||
large: 6px,
|
||||
extra: 16px,
|
||||
),
|
||||
border-radius: (
|
||||
small: 6px,
|
||||
default: 10px,
|
||||
small: 4px,
|
||||
default: 6px,
|
||||
large: 12px,
|
||||
extra: 16px,
|
||||
),
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b80b23aa2609eafb3f8ef0785ced301226645490
|
||||
Subproject commit da98fbe8a915bf60f0345994e0cb8c11f3e6836c
|
Loading…
Add table
Reference in a new issue