background selector

main
spinach 2 years ago
parent bb7f655059
commit 92d80f3064

@ -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

@ -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

@ -1,10 +1,8 @@
/*****----- Configuration -----*****/ /*****----- Configuration -----*****/
configuration { configuration {
modi: "filebrowser";
show-icons: true; show-icons: true;
display-filebrowser: ""; display: "";
filebrowser-display-format: "{name}";
} }
/*****----- Global Properties -----*****/ /*****----- Global Properties -----*****/
Loading…
Cancel
Save