5 lines
120 B
Bash
5 lines
120 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
styles="$(dirname $(which $0))/../styles"
|
||
|
rofi -show drun -show-icons -theme $styles/launcher.rasi
|