diff --git a/launchers/dmenu.sh b/launchers/dmenu.sh deleted file mode 100755 index c1001a5..0000000 --- a/launchers/dmenu.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/env bash - -## Author : Aditya Shakya (adi1090x) -## Github : @adi1090x -## Modified : spinach -# -## Rofi : Launcher (Modi Drun, Run, File Browser, Window) -# -## Available Styles -# -## dropdown-transparent dropdown-text -## fullscreen-transparent small-transparent - -dir="$HOME/.config/rofi/launchers" -theme='dropdown-text-files' -# theme override -if [[ -n "$1" ]] ; then - theme="$1" -fi - -## Run -rofi \ - -show filebrowser \ - -theme ${dir}/${theme}.rasi diff --git a/wallpaper-search/dmenu.sh b/wallpaper-search/dmenu.sh new file mode 100755 index 0000000..451758b --- /dev/null +++ b/wallpaper-search/dmenu.sh @@ -0,0 +1,15 @@ +#!/usr/bin/env bash +# +## Rofi : Launcher (Modi Drun, Run, File Browser, Window) +# ## Available Styles +# +## dropdown-transparent dropdown-text +## fullscreen-transparent small-transparent + +dir="$HOME/.config/rofi/wallpaper-search" +theme='dropdown-text' + +## Run +rofi \ + -dmenu \ + -theme ${dir}/${theme}.rasi diff --git a/launchers/dropdown-text-files.rasi b/wallpaper-search/dropdown-text.rasi similarity index 97% rename from launchers/dropdown-text-files.rasi rename to wallpaper-search/dropdown-text.rasi index 7348b88..8633502 100644 --- a/launchers/dropdown-text-files.rasi +++ b/wallpaper-search/dropdown-text.rasi @@ -1,10 +1,8 @@ /*****----- Configuration -----*****/ configuration { - modi: "filebrowser"; show-icons: true; - display-filebrowser: ""; - filebrowser-display-format: "{name}"; + display: ""; } /*****----- Global Properties -----*****/