🔧 Adjusted dmenu scripts to have larger font size

This commit is contained in:
z3rOR0ne 2023-11-29 21:16:08 -08:00
parent b231be0475
commit fee6039a62
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ term="st"
main() {
choice=$(printf '%s\n' "${wikidocs[@]}" | \
dmenu -l 20 -p 'Arch Wiki Docs: ') || exit 1
dmenu -fn "12" -l 20 -p 'Arch Wiki Docs: ') || exit 1
if [ "$choice" ]; then
$term -e $browser "$choice"
@ -19,4 +19,4 @@ main() {
fi
}
main
main