change font to "Propo" variant

This commit is contained in:
Arthur Khachaturov 2024-08-18 13:13:00 +03:00
parent 775a43810c
commit 59daa951f9
No known key found for this signature in database
GPG key ID: CAC2B7EB6DF45D55
12 changed files with 15 additions and 9 deletions

2
.local/bin/scripts/dmenu Executable file
View file

@ -0,0 +1,2 @@
exec /usr/bin/dmenu -fn 'Mononoki Nerd Font Propo:size=12' -nb '#3a3a3a' -nf '#bbbbbb' -sb '#db8402' -sf '#eeeeee' "$@"
# vim: ft=sh