Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8374

Raspberry Pi OS • Re: Keyboard shortcuts for volume Trixie

$
0
0
i use a script

Code:

#!/bin/shVOL="$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | sed 's/\.//g' | grep -Eo '[0-9]+' | sed 's/^0//g')"wpctl set-volume @DEFAULT_AUDIO_SINK@ $(zenity --entry --title="Volume" --text="Current Volume  $VOL" --entry-text="$VOL" --cancel-label="Mute Volume")%
20260222_11h30m46s_grim.png

Statistics: Posted by kerry_s — Sun Feb 22, 2026 9:29 pm



Viewing all articles
Browse latest Browse all 8374

Trending Articles