master
Daniel Napora 2022-04-17 02:27:37 +02:00
parent e82961ee2a
commit be1105e2bb
2 changed files with 4 additions and 4 deletions

View File

@ -100,11 +100,11 @@ POSITION_MODE="ipc"
else else
POSITION_MODE="fixed" POSITION_MODE="fixed"
fi fi
#jgmenu_icon_size=0
[ $(pidof picom) ] && MENU_RADIUS=$jgtools_radius [ $(pidof picom) ] && MENU_RADIUS=$jgtools_radius
[ -z $jgmenu_use_borders ] && menu_border=0 [ -z $jgmenu_use_borders ] && menu_border=0
icons=1
iconmargin=4
mkconfigfile mkconfigfile
cat <<EOF > ${MENU_ITEMS} cat <<EOF > ${MENU_ITEMS}

View File

@ -86,11 +86,11 @@ POSITION_MODE="ipc"
else else
POSITION_MODE="fixed" POSITION_MODE="fixed"
fi fi
#jgmenu_icon_size=0
[ $(pidof picom) ] && MENU_RADIUS=$jgtools_radius [ $(pidof picom) ] && MENU_RADIUS=$jgtools_radius
[ -z $jgmenu_use_borders ] && menu_border=0 [ -z $jgmenu_use_borders ] && menu_border=0
icons=1
iconmargin=4
mkconfigfile mkconfigfile
cat <<EOF > ${MENU_ITEMS} cat <<EOF > ${MENU_ITEMS}
$(printf '%s\n' "${out[@]}") $(printf '%s\n' "${out[@]}")