From f659caa3182d519f66d8caa9d7750255dcf13df8 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sun, 26 Jul 2020 22:18:43 +0200 Subject: [PATCH] fix symbol font --- bin/mb-jgtools | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/mb-jgtools b/bin/mb-jgtools index 82767f8..e113057 100755 --- a/bin/mb-jgtools +++ b/bin/mb-jgtools @@ -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 pacman-mirrors -f5,^term(sudo pacman-mirrors -f5) $ALL pacman-mirrors -i -c all,^term(sudo pacman-mirrors -i -c all) $GEOIP pacman-mirrors -i --geoip,^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 < ${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 }