diff options
Diffstat (limited to 'rofi/launchers/type-4/launcher.sh')
| -rwxr-xr-x | rofi/launchers/type-4/launcher.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/rofi/launchers/type-4/launcher.sh b/rofi/launchers/type-4/launcher.sh deleted file mode 100755 index 6572cda..0000000 --- a/rofi/launchers/type-4/launcher.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env bash - -## 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 - -dir="$HOME/.config/rofi/launchers/type-4" -theme='style-1' - -## Run -rofi \ - -show drun \ - -theme ${dir}/${theme}.rasi |
