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

4 lines
182 B
Bash
Executable File

#!/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" "$@"