7 lines
80 B
Bash
7 lines
80 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Run
|
||
|
rofi -dmenu \
|
||
|
-theme ~/.config/rofi/config.rasi \
|
||
|
-p ""
|