From 92d80f3064f812247a4e1fa170cff079e4b527aa Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Sat, 25 Feb 2023 16:14:48 -0500 Subject: [PATCH] background selector --- launchers/dmenu.sh | 24 ------------------- wallpaper-search/dmenu.sh | 15 ++++++++++++ .../dropdown-text.rasi | 4 +--- 3 files changed, 16 insertions(+), 27 deletions(-) delete mode 100755 launchers/dmenu.sh create mode 100755 wallpaper-search/dmenu.sh rename launchers/dropdown-text-files.rasi => wallpaper-search/dropdown-text.rasi (97%) 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 -----*****/