From 66e731c831d78e6b0b7b4f413156b736b79829ce Mon Sep 17 00:00:00 2001 From: Zeno Jiricek Date: Sat, 10 Dec 2022 17:14:01 +1030 Subject: [PATCH] Update launcher.sh Accept style as cli arg --- files/launchers/type-1/launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/launchers/type-1/launcher.sh b/files/launchers/type-1/launcher.sh index 85b7df4..a6d99ea 100755 --- a/files/launchers/type-1/launcher.sh +++ b/files/launchers/type-1/launcher.sh @@ -12,7 +12,7 @@ ## style-11 style-12 style-13 style-14 style-15 dir="$HOME/.config/rofi/launchers/type-1" -theme='style-1' +theme=${1:-'style-1'} ## Run rofi \