Add rofi
This commit is contained in:
parent
b8de2e70f8
commit
d1bbbcbb15
16 changed files with 1538 additions and 3 deletions
9
rofi/launcher/launcher.sh
Executable file
9
rofi/launcher/launcher.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
dir="$HOME/.config/rofi/launcher/"
|
||||
theme='style'
|
||||
|
||||
## Run
|
||||
rofi \
|
||||
-show drun \
|
||||
-theme ${dir}/${theme}.rasi
|
Loading…
Add table
Add a link
Reference in a new issue