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 {
margin: 0px;
margin-left: 6px;
& > menuitem {
menu {

View file

@ -139,7 +139,7 @@
:onclick "pamixer -t"
:onscroll "echo {} | sed 's/up/-i/g; s/down/-d/g' | xargs -I{} pamixer {} 1"
(label
:text "${volume.speaker == "Muted" ? "󰝟" : ""} ${volume.speaker}"
:text "${volume.speaker == "Muted" ? "󰝟" : ""} ${volume.speaker}"
:class "volume"
)
)
@ -202,7 +202,7 @@
(volume)
(label :text "") ; Else container spacing rule doesn't apply
(mic)
(systray :pack-direction "ltr" :class "systray")
(systray :orientation "h" :spacing 6 :class "systray")
)
)
)