From 74027da78a53a55008f57f84c7403593bf7220fe Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sat, 17 Dec 2022 15:02:29 +0100 Subject: [PATCH] upd --- bin/mb-setfont | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mb-setfont b/bin/mb-setfont index 2555779..5fcb20d 100755 --- a/bin/mb-setfont +++ b/bin/mb-setfont @@ -10,7 +10,7 @@ get_obfont () { WEIGHT=$(xmlstarlet sel -N a="$nspace" -t -v '/a:openbox_config/a:theme/a:font[@place="ActiveWindow"]/a:weight' "$cfg") SLANT=$(xmlstarlet sel -N a="$nspace" -t -v '/a:openbox_config/a:theme/a:font[@place="ActiveWindow"]/a:slant' "$cfg") - notify-send.sh "OB ActiveWindow Font" "$NAME $WEIGHT $SLANT $SIZE" + #notify-send.sh "OB ActiveWindow Font" "$NAME $WEIGHT $SLANT $SIZE" CURRENT_FONT="$NAME $WEIGHT $SLANT $SIZE" }