styles: minor styling

This commit is contained in:
2025-10-21 11:12:09 +02:00
parent 660093cff1
commit 654d757f26
2 changed files with 8 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ for sink in "${sink_list[@]}"; do
menu_options="$menu_options$formal_name"
done
chosen_option="$(rofi -no-config -no-lazy-grab -sep "|" -dmenu -i -p 'Audio outputs' -width 1 -lines 5 -theme ~/.config/rofi/theme.rasi <<< "$menu_options")"
chosen_option="$(rofi -no-config -no-lazy-grab -sep "|" -dmenu -i -p 'Audio outputs' -location 2 -yoffset 52 -lines ${#sink_list[@]} -no-fixed-num-lines -theme ~/.config/rofi/theme.rasi <<< "$menu_options")"
[[ "$chosen_option" == "" ]] && exit 0