update rofi config file and add db cleanup option

This commit is contained in:
ksyasuda
2021-11-07 22:02:31 -08:00
parent 28666ca70a
commit 7c0f505231
3 changed files with 74 additions and 61 deletions

View File

@@ -14,7 +14,7 @@ CFG_FILE="meh.rasi"
options="1. Stream|2. Download|3. Continue|4. Playlist|5. Quit"
choice=$(echo "${options[@]}" | rofi -dmenu -sep '|' -config "$CFG_DIR/$CFG_FILE" -l 5 -i -p "Enter choice:")
choice=$(echo "${options[@]}" | rofi -dmenu -sep '|' -config "$CFG_DIR/$CFG_FILE" -l 5 -i -p "Aniwrapper")
[ "$choice" == "5. Quit" ] && (
echo 'Quitting...'