jgwallpaperchanger

This commit is contained in:
2026-04-15 12:19:53 +02:00
parent 181f6d19d8
commit f8f60a43bb
2 changed files with 13 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ trap "rm -f $MENU_ITEMS" EXIT
if [ -f ~/.bash_history ]; then
echo "@search,,10,5,292,20,4,left,top,auto,#262626,\"\"\"<big></big> <i>$TYPE_TO_SEARCH</i>\"\"\"" >/tmp/history_list.csv
echo "@search,,10,5,292,20,4,left,top,auto,#262626,\"\"\"<big></big> <i>$TYPE_TO_SEARCH</i>\"\"\"" >/tmp/history_list.csv
echo "^sep($HISTHELPER)" >>/tmp/history_list.csv
while read -r line ; do
@@ -35,7 +35,7 @@ echo "\"\"\"$NOTHING\"\"\",exo-open --launch TerminalEmulator" >>/tmp/history_li
fi
### RUN
if [ $1 == "-s" ]; then
. /usr/share/mb-jgtools/pipemenu-standalone.cfg
. /usr/share/mb-jgtools/jgtools.inc
MENU_PADDING_TOP=24
MENU_HALIGN="center"