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 $KEYBOARD,manjaro-settings-manager -m msm_keyboard,preferences-desktop-keyboard
$HARDWARE,manjaro-settings-manager -m msm_mhwd,preferences-desktop-peripherals-directory $HARDWARE,manjaro-settings-manager -m msm_mhwd,preferences-desktop-peripherals-directory
^sep() ^sep()
$BACK,^back() $BACK,^back()
^tag(mirrory) ^tag(mirrory)
$FAST <small>pacman-mirrors -f5</small>,^term(sudo pacman-mirrors -f5) $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) $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) $GEOIP <small>pacman-mirrors -i --geoip</small>,^term(sudo pacman-mirrors -i --geoip)
^sep() ^sep()
$BACK,^back() $BACK,^back()
^tag(wyglad) ^tag(wyglad)
^sep($LOOK_AND_FEEL) ^sep($LOOK_AND_FEEL)
@ -318,7 +318,7 @@ $COMPOSER,^pipe(jgmenu_run ob --cmd='mabox-compositor' --tag='Kompo'),compton
^sep($MABOX_THEMES) ^sep($MABOX_THEMES)
$THEME_MNGR,mb-obthemes,preferences-desktop-theme $THEME_MNGR,mb-obthemes,preferences-desktop-theme
^sep() ^sep()
$BACK,^back() $BACK,^back()
^tag(weblinks) ^tag(weblinks)
^sep($ONLINE_RES) ^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 . $HOME/.config/mabox/online-resources.csv
^sep() ^sep()
$BACK,^back() $BACK,^back()
EOF EOF
@ -529,21 +529,21 @@ cat <<EOF > ${MENU_ITEMS}
 $SEC5,scrot -d 5 $IMG -e $VIEW  $SEC5,scrot -d 5 $IMG -e $VIEW
 $SEC10,scrot -d 10 $IMG -e $VIEW  $SEC10,scrot -d 10 $IMG -e $VIEW
^sep() ^sep()
$BACK,^back() $BACK,^back()
^tag(window) ^tag(window)
^sep($ACTIVE_WIN ) ^sep($ACTIVE_WIN )
 $NOW,scrot -d 1 -u -b $IMG -e $VIEW  $NOW,scrot -d 1 -u -b $IMG -e $VIEW
 $SEC5,scrot -d 5 -u -b $IMG -e $VIEW  $SEC5,scrot -d 5 -u -b $IMG -e $VIEW
 $SEC10,scrot -d 10 -u -b $IMG -e $VIEW  $SEC10,scrot -d 10 -u -b $IMG -e $VIEW
^sep() ^sep()
$BACK,^back() $BACK,^back()
^tag(borderless) ^tag(borderless)
^sep($ACTIVE_WIN_NO_DECOR) ^sep($ACTIVE_WIN_NO_DECOR)
 $NOW,scrot -d 1 -u $IMG -e $VIEW  $NOW,scrot -d 1 -u $IMG -e $VIEW
 $SEC5,scrot -d 5 -u $IMG -e $VIEW  $SEC5,scrot -d 5 -u $IMG -e $VIEW
 $SEC10,scrot -d 10 -u $IMG -e $VIEW  $SEC10,scrot -d 10 -u $IMG -e $VIEW
^sep() ^sep()
$BACK,^back() $BACK,^back()
EOF EOF
jgmenu --config-file=${CONFIG_FILE} --csv-file=${MENU_ITEMS} 2>/dev/null jgmenu --config-file=${CONFIG_FILE} --csv-file=${MENU_ITEMS} 2>/dev/null
} }