diff options
Diffstat (limited to 'config/rofi/launchers/type-1/launcher.sh')
-rwxr-xr-x | config/rofi/launchers/type-1/launcher.sh | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/config/rofi/launchers/type-1/launcher.sh b/config/rofi/launchers/type-1/launcher.sh new file mode 100755 index 0000000..ee2f530 --- /dev/null +++ b/config/rofi/launchers/type-1/launcher.sh @@ -0,0 +1,23 @@ +#!/usr/bin/env bash + + +## Modified by Altaf. + +## Author : Aditya Shakya (adi1090x) +## Github : @adi1090x +# +## Rofi : Launcher (Modi Drun, Run, File Browser, Window) +# +## Available Styles +# +## style-1 style-2 style-3 style-4 style-5 +## style-6 style-7 style-8 style-9 style-10 +## style-11 style-12 style-13 style-14 style-15 + +dir="$HOME/.config/rofi/launchers/type-1" +theme='style-8' + +## Run +rofi \ + -show $1 \ + -theme ${dir}/${theme}.rasi |