mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-26 22:13:43 +02:00
chore: eww widget style
This commit is contained in:
parent
45edf6c593
commit
23cacb611c
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
@mixin widget() {
|
@mixin widget() {
|
||||||
padding: 8px 6px;
|
padding: 6px;
|
||||||
margin: 4px 2px;
|
margin: 4px 2px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background-color: $surface0;
|
background-color: $surface0;
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
(button
|
(button
|
||||||
:onclick "hyprctl dispatch workspace ${workspace.id}"
|
:onclick "hyprctl dispatch workspace ${workspace.id}"
|
||||||
(box
|
(box
|
||||||
:height 30
|
:height 25
|
||||||
:class "workspace ${workspace.id == current_workspace ? "workspacethingactive" : "workspacething"}"
|
:class "workspace ${workspace.id == current_workspace ? "workspacethingactive" : "workspacething"}"
|
||||||
|
|
||||||
(revealer
|
(revealer
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
:duration 500
|
:duration 500
|
||||||
|
|
||||||
(box
|
(box
|
||||||
:height 45))))
|
:height 40))))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue