fix glyphs
parent
4a92ad3fcd
commit
8e29c6ec89
|
@ -3,6 +3,12 @@
|
||||||
# mb-jgtools: Menu, Sidepanels, Screenshot Tool and Exit Dialog for Mabox
|
# mb-jgtools: Menu, Sidepanels, Screenshot Tool and Exit Dialog for Mabox
|
||||||
# Copyright (C) 2019-2023 Daniel Napora <napcok@gmail.com>
|
# Copyright (C) 2019-2023 Daniel Napora <napcok@gmail.com>
|
||||||
|
|
||||||
|
|
||||||
|
on_exit(){
|
||||||
|
MSG=$(xdotool getmouselocation --shell)
|
||||||
|
notify-send.sh "Position" "${MSG}"
|
||||||
|
}
|
||||||
|
|
||||||
. $HOME/.config/mabox/mabox.conf
|
. $HOME/.config/mabox/mabox.conf
|
||||||
jgmenu_theme=${jgmenu_theme:-obtheme}
|
jgmenu_theme=${jgmenu_theme:-obtheme}
|
||||||
menu_font_size=${menu_font_size:-9}
|
menu_font_size=${menu_font_size:-9}
|
||||||
|
@ -264,7 +270,7 @@ mkconfigfile
|
||||||
|
|
||||||
|
|
||||||
jgmenu --config-file=${CONFIG_FILE} 2>/dev/null
|
jgmenu --config-file=${CONFIG_FILE} 2>/dev/null
|
||||||
|
#trap 'on_exit' EXIT
|
||||||
}
|
}
|
||||||
|
|
||||||
# PANEL PO PRAWEJ AKTUALIZACE-USTAWIENIA-POMOC
|
# PANEL PO PRAWEJ AKTUALIZACE-USTAWIENIA-POMOC
|
||||||
|
@ -724,9 +730,9 @@ QNAV=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# PIPEMENUS
|
# PIPEMENUS
|
||||||
[ $places_menusettingspipe == true ] && menusettingspipe="<big></big> $MENUPANELS,^pipe(jgmenusettings-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
[ $places_menusettingspipe == true ] && menusettingspipe="<big></big> $MENUPANELS,^pipe(jgmenusettings-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
||||||
[ $places_tint2pipe == true ] && tint2pipe="<big></big> $TINT2SETTINGS,^pipe(jgtint2-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
[ $places_tint2pipe == true ] && tint2pipe="<big></big> $TINT2SETTINGS,^pipe(jgtint2-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
||||||
[ $places_sysinfopipe == true ] && sysinfopipe="<big></big> $SYSINFO,^pipe(jgsysinfo-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
[ $places_sysinfopipe == true ] && sysinfopipe="<big></big> $SYSINFO,^pipe(jgsysinfo-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
||||||
#[ $places_keyspipe == true ] && keyspipe="<big></big> $SHORTCUTS,^pipe(jgkeys-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
#[ $places_keyspipe == true ] && keyspipe="<big></big> $SHORTCUTS,^pipe(jgkeys-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
||||||
[ $places_sshpipe == true ] && sshpipe="<big></big> $SSH_CONN,^pipe(jgssh -r)" && pipesep="^sep($PIPEMENUS)"
|
[ $places_sshpipe == true ] && sshpipe="<big></big> $SSH_CONN,^pipe(jgssh -r)" && pipesep="^sep($PIPEMENUS)"
|
||||||
[ $places_softwarepipe == true ] && softwarepipe="<big></big> $POPINSTALL,^pipe(jgsoftware-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
[ $places_softwarepipe == true ] && softwarepipe="<big></big> $POPINSTALL,^pipe(jgsoftware-pipe -r)" && pipesep="^sep($PIPEMENUS)"
|
||||||
|
|
Loading…
Reference in New Issue