1
0
Fork 0
dotfiles/.local/bin/scripts/dmenu
2024-08-18 13:13:00 +03:00

2 lines
133 B
Bash
Executable file

exec /usr/bin/dmenu -fn 'Mononoki Nerd Font Propo:size=12' -nb '#3a3a3a' -nf '#bbbbbb' -sb '#db8402' -sf '#eeeeee' "$@"
# vim: ft=sh