chore: eww widget style

This commit is contained in:
hesam-init 2024-06-29 22:41:25 +03:30
parent 45edf6c593
commit 23cacb611c
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
@mixin widget() {
padding: 8px 6px;
padding: 6px;
margin: 4px 2px;
border-radius: 8px;
background-color: $surface0;

View file

@ -69,7 +69,7 @@
(button
:onclick "hyprctl dispatch workspace ${workspace.id}"
(box
:height 30
:height 25
:class "workspace ${workspace.id == current_workspace ? "workspacethingactive" : "workspacething"}"
(revealer
@ -78,7 +78,7 @@
:duration 500
(box
:height 45))))
:height 40))))
)
)
)