Compare commits
No commits in common. "247a76abf813bd2dc994e9c4155dd74b31122ce3" and "827c4f8c032afa447f459541b279713a5a5cf975" have entirely different histories.
247a76abf8
...
827c4f8c03
2 changed files with 2 additions and 3 deletions
|
@ -43,7 +43,6 @@
|
||||||
|
|
||||||
.systray {
|
.systray {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
margin-left: 6px;
|
|
||||||
|
|
||||||
& > menuitem {
|
& > menuitem {
|
||||||
menu {
|
menu {
|
||||||
|
|
|
@ -139,7 +139,7 @@
|
||||||
:onclick "pamixer -t"
|
:onclick "pamixer -t"
|
||||||
:onscroll "echo {} | sed 's/up/-i/g; s/down/-d/g' | xargs -I{} pamixer {} 1"
|
:onscroll "echo {} | sed 's/up/-i/g; s/down/-d/g' | xargs -I{} pamixer {} 1"
|
||||||
(label
|
(label
|
||||||
:text "${volume.speaker == "Muted" ? "" : ""} ${volume.speaker}"
|
:text "${volume.speaker == "Muted" ? "" : ""} ${volume.speaker}"
|
||||||
:class "volume"
|
:class "volume"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
@ -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 :orientation "h" :spacing 6 :class "systray")
|
(systray :pack-direction "ltr" :class "systray")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue