glyphicons

This commit is contained in:
2026-04-12 16:19:52 +02:00
parent 97820b6657
commit 06718bc257

View File

@@ -18,7 +18,7 @@ get_gtkfont() {
GTK2RC="$HOME"/.gtkrc-2.0
GTK3RC="$HOME"/.config/gtk-3.0/settings.ini
GTK_FONT=( $(grep "gtk-font-name" ${GTK2RC} | cut -d'"' -f2) )
GTK_FONT=( $(grep "gtk-font-name" ${GTK3RC} | cut -d'=' -f2) )
GTK_FAMILY=${GTK_FONT[@]::${#GTK_FONT[@]}-1}
GTK_SIZE=${GTK_FONT[-1]}
CURRENT_FONT="${GTK_FAMILY} ${GTK_SIZE}"