6 lines
93 B
Bash
Executable file
6 lines
93 B
Bash
Executable file
#!/bin/bash
|
|
|
|
theme="$HOME/.config/rofi/launcher.rasi"
|
|
|
|
rofi -show drun \
|
|
-theme ${theme}
|