Removed useless variable
Probably just an artefact from a previous copy+pasted script
This commit is contained in:
parent
41b8e38aff
commit
c3405c8efa
1 changed files with 0 additions and 3 deletions
|
@ -3,8 +3,6 @@ choices="1366x768
|
||||||
1360x765
|
1360x765
|
||||||
1280x720"
|
1280x720"
|
||||||
|
|
||||||
message="What music player do you want to launch?"
|
|
||||||
|
|
||||||
chosen=$(echo -e "$choices" | rofi -dmenu -i -theme ~/.config/rofi/theme/sidebar)
|
chosen=$(echo -e "$choices" | rofi -dmenu -i -theme ~/.config/rofi/theme/sidebar)
|
||||||
|
|
||||||
case "$chosen" in
|
case "$chosen" in
|
||||||
|
@ -12,4 +10,3 @@ case "$chosen" in
|
||||||
1360x765) xrandr --output VGA-1 --mode 1360x765_60.00 && notify-send "Resolution has been changed to" "1360x765";;
|
1360x765) xrandr --output VGA-1 --mode 1360x765_60.00 && notify-send "Resolution has been changed to" "1360x765";;
|
||||||
1280x720) xrandr --output VGA-1 --mode $chosen && notify-send "Resolution has been changed to" "$chosen";;
|
1280x720) xrandr --output VGA-1 --mode $chosen && notify-send "Resolution has been changed to" "$chosen";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue