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 f0bb59e2a1e311a7332cd7595b3c7cc99240b9a7
parent 2d8184abd6dbaf52a5f723687da98ca5bb18e297
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 19 Jul 2019 12:52:02 +0200

Revert to Pragmata Pro in smaller size

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 UbuntuMono-9" + -fn PragmataPro-8" if [ "$1" = "run" ]; then dmenu_run $dmenuopts