nix-dotfiles/hmModules/services/widgets/eww/config/modules/components/japaneseaudio.yuck

12 lines
282 B
Text
Raw Normal View History

2023-11-20 10:28:36 -08:00
(defwidget japaneseaudio []
(eventbox :onscroll "bash -c 'if [ '{}' = 'up' ]; then pamixer -i 5; else pamixer -d 5; fi'"
(box :spacing 0 :space-evenly false :style "color: #96CDFB"
volume
"音"
)
)
)
(defpoll volume :interval "1s"
"pamixer --get-volume")