ErikReider / SwayOSD

A GTK based on screen display for keyboard shortcuts like caps-lock and volume
GNU General Public License v3.0
562 stars 35 forks source link

--max-volume doesn't work as expected #90

Open danielwerg opened 2 months ago

danielwerg commented 2 months ago
swayosd-client --output-volume 100 --max-volume 150
  1. 150 -> 150
  2. 145 -> 245
  3. 100 -> 200
  4. 80 -> 180

Only after starting volume is exceeding --max-volume value it is respected.