background selector
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 {
|
||||
modi: "filebrowser";
|
||||
show-icons: true;
|
||||
display-filebrowser: "";
|
||||
filebrowser-display-format: "{name}";
|
||||
display: "";
|
||||
}
|
||||
|
||||
/*****----- Global Properties -----*****/
|
Loading…
Reference in New Issue