Removing pamixer and a bit of linting

This commit is contained in:
Mark Medum Bundgaard
2022-11-26 22:12:05 +01:00
parent 0b2b900fec
commit dfff284e61

View File

@@ -156,8 +156,8 @@
"default": [""] "default": [""]
}, },
"on-click": "pavucontrol", "on-click": "pavucontrol",
"on-scroll-up": "pamixer -ui 2", "on-scroll-up": "pactl set-sink-volume @DEFAULT_SINK@ +2%",
"on-scroll-down": "pamixer -ud 2", "on-scroll-down": "pactl set-sink-volume @DEFAULT_SINK@ -2%",
}, },
// to use the weather module replace <your_location> with your city or town // to use the weather module replace <your_location> with your city or town