master
Daniel Napora 2022-12-17 15:02:29 +01:00
parent 3edb5dd7bf
commit 74027da78a
1 changed files with 1 additions and 1 deletions

View File

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