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" }