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() { @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;

View file

@ -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))))
) )
) )
) )