1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/xorg/.scripts/dmenu.sh

4 lines
182 B
Bash
Raw Normal View History

2019-03-19 13:29:07 +00:00
#!/usr/bin/bash
dmenu -i -m 0 -fn "SauceCodePro Nerd Font Mono:style=Regular:pixelsize=18:antialias=true:autohint=true" -nb "#222222" -nf "#bbbbbb" -sb "#005577" -sf "#eeeeee" "$@"