7 lines
82 B
Bash
7 lines
82 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
## Run
|
||
|
rofi \
|
||
|
-show drun \
|
||
|
-theme ~/.config/rofi/config.rasi
|