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 cfae646af5982577f069f46bca45b656a4fa2936
parent 32ba7cb7c9b4182cf4b47b9cf355e85cfe46033e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  5 Mar 2019 09:08:15 +0100

Increase font size for complete overlap of i3 bar

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

diff --git a/links/bin/dmenu_themed b/links/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-10" + -fn PragmataPro-12" if [[ "$1" = "run" ]]; then dmenu_run $dmenuopts