barebones rofi dmenu

This commit is contained in:
spinach 2023-02-25 15:54:01 -05:00
parent 692d5ef4bd
commit c85ca6effc
2 changed files with 26 additions and 0 deletions

1
bin/rofi-dmenu Symbolic link
View File

@ -0,0 +1 @@
launchers/dmenu.sh

25
launchers/dmenu.sh Executable file
View File

@ -0,0 +1,25 @@
#!/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='small-transparent'
# theme override
if [[ -n "$1" ]] ; then
theme="$1"
fi
echo "$theme"
## Run
rofi \
-show dmenu \
-theme ${dir}/${theme}.rasi