From da45bf15fefa34825b65488a71f73c4a9647e63d Mon Sep 17 00:00:00 2001 From: ksyasuda Date: Tue, 13 Sep 2022 17:56:45 -0700 Subject: [PATCH] fix ordering of declarations --- ani-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ani-cli b/ani-cli index a4fae93..bfea9dd 100755 --- a/ani-cli +++ b/ani-cli @@ -1,11 +1,11 @@ #!/usr/bin/env bash AGENT="Mozilla/5.0 (X11; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0" -ANIWRAPPER_ICON_PATH="$CFG_DIR/icons/icon-64.png" BASE_URL="https://animixplay.to" CFG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/aniwrapper" GOGOHD_URL="https://gogohd.net/" HISTORY_DB="$CFG_DIR/history.sqlite3" +ANIWRAPPER_ICON_PATH="$CFG_DIR/icons/icon-64.png" MAISAN_ICON_PATH="$CFG_DIR/icons/MYsan.png" ROFI_CFG="$CFG_DIR/themes/aniwrapper.rasi" ROFI_THEME="aniwrapper.rasi"