fix symbol font

master
Daniel Napora 2020-07-26 22:18:43 +02:00
parent 608f946941
commit f659caa318
1 changed files with 7 additions and 7 deletions

View File

@ -293,14 +293,14 @@ $TIME_DATE,manjaro-settings-manager -m msm_timedate,system-config-date
$KEYBOARD,manjaro-settings-manager -m msm_keyboard,preferences-desktop-keyboard
$HARDWARE,manjaro-settings-manager -m msm_mhwd,preferences-desktop-peripherals-directory
^sep()
$BACK,^back()
$BACK,^back()
^tag(mirrory)
$FAST <small>pacman-mirrors -f5</small>,^term(sudo pacman-mirrors -f5)
$ALL <small>pacman-mirrors -i -c all</small>,^term(sudo pacman-mirrors -i -c all)
$GEOIP <small>pacman-mirrors -i --geoip</small>,^term(sudo pacman-mirrors -i --geoip)
^sep()
$BACK,^back()
$BACK,^back()
^tag(wyglad)
^sep($LOOK_AND_FEEL)
@ -318,7 +318,7 @@ $COMPOSER,^pipe(jgmenu_run ob --cmd='mabox-compositor' --tag='Kompo'),compton
^sep($MABOX_THEMES)
$THEME_MNGR,mb-obthemes,preferences-desktop-theme
^sep()
$BACK,^back()
$BACK,^back()
^tag(weblinks)
^sep($ONLINE_RES)
@ -350,7 +350,7 @@ Conky ArchWiki,exo-open --launch WebBrowser https://wiki.archlinux.org/index.php
. $HOME/.config/mabox/online-resources.csv
^sep()
$BACK,^back()
$BACK,^back()
EOF
@ -529,21 +529,21 @@ cat <<EOF > ${MENU_ITEMS}
 $SEC5,scrot -d 5 $IMG -e $VIEW
 $SEC10,scrot -d 10 $IMG -e $VIEW
^sep()
$BACK,^back()
$BACK,^back()
^tag(window)
^sep($ACTIVE_WIN )
 $NOW,scrot -d 1 -u -b $IMG -e $VIEW
 $SEC5,scrot -d 5 -u -b $IMG -e $VIEW
 $SEC10,scrot -d 10 -u -b $IMG -e $VIEW
^sep()
$BACK,^back()
$BACK,^back()
^tag(borderless)
^sep($ACTIVE_WIN_NO_DECOR)
 $NOW,scrot -d 1 -u $IMG -e $VIEW
 $SEC5,scrot -d 5 -u $IMG -e $VIEW
 $SEC10,scrot -d 10 -u $IMG -e $VIEW
^sep()
$BACK,^back()
$BACK,^back()
EOF
jgmenu --config-file=${CONFIG_FILE} --csv-file=${MENU_ITEMS} 2>/dev/null
}