mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 16:16:53 +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() {
|
||||
padding: 8px 6px;
|
||||
padding: 6px;
|
||||
margin: 4px 2px;
|
||||
border-radius: 8px;
|
||||
background-color: $surface0;
|
||||
|
|
|
@ -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))))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue