Skip to content

Commit

Permalink
style(rofi): fix title and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Feb 26, 2024
1 parent 1b60d59 commit 981a3d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/scripts/sound-switcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ chosen="$(echo -e "🔌local\n\
🔊dock\n\
🎧sony\n\
📢boombox\n\
🎧openheadphones(laptop)" | rofi -dmenu -p "Zound:")"
🎧openheadphones(laptop)" | rofi -dmenu -p "🎶 [M]usic and 🎤 Switch")"

function b {
BOOMBOX="bluez_sink.04_21_44_B6_92_39.a2dp_sink"
Expand All @@ -27,7 +27,7 @@ function d {
pactl set-default-sink "$DOCK"
INPUTS=$(pactl list sink-inputs short | cut -f 1)
for i in $INPUTS; do
pactl move-sink-input $i "$DOCK"
pactl move-sink-input "$i" "$DOCK"
done
}

Expand Down

0 comments on commit 981a3d7

Please sign in to comment.