dotfiles/.local/bin/scripts/dmenu
2024-08-20 02:20:14 +03:00

2 lines
133 B
Bash
Executable file

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