mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
4 lines
182 B
Bash
4 lines
182 B
Bash
|
#!/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" "$@"
|