6 lines
93 B
Bash
Executable file
6 lines
93 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export GTK_THEME='Yaru-blue-dark'
|
|
|
|
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"}
|
|
|