Compare commits

..

2 commits

Author SHA1 Message Date
GaspardCulis
247a76abf8
eww -> bar: Fixed volume emoji spacing 2024-04-24 10:19:35 +02:00
GaspardCulis
8100a237fe
eww -> bar: Fixed systray spacing 2024-04-24 10:17:30 +02:00
2 changed files with 3 additions and 2 deletions

View file

@ -43,6 +43,7 @@
.systray { .systray {
margin: 0px; margin: 0px;
margin-left: 6px;
& > menuitem { & > menuitem {
menu { menu {

View file

@ -202,7 +202,7 @@
(volume) (volume)
(label :text "") ; Else container spacing rule doesn't apply (label :text "") ; Else container spacing rule doesn't apply
(mic) (mic)
(systray :pack-direction "ltr" :class "systray") (systray :orientation "h" :spacing 6 :class "systray")
) )
) )
) )