dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 94b889f7694aaf4bb4694c4fbf27c1b03583cfa7
parent 19b536f0f425fccf1fef5301c87017a35e80eb85
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 25 Jul 2019 20:32:35 +0200

Increase font size for themed dmenu prompts

Diffstat:
M.local/bin/dmenu_themed | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/dmenu_themed b/.local/bin/dmenu_themed @@ -8,7 +8,7 @@ dmenuopts="-nb $(get_xresources_color background)\ -nf $(get_xresources_color foreground) \ -sb $(get_xresources_color foreground) \ -sf $(get_xresources_color background) \ - -fn PragmataPro-8" + -fn PragmataPro-9" if [ "$1" = "run" ]; then dmenu_run $dmenuopts