This commit is contained in:
TomasM
2017-12-15 07:26:49 -05:00
parent 51b70c7139
commit 860bdad3ca
17 changed files with 47 additions and 5 deletions
@@ -1,10 +1,11 @@
#!/bin/bash
COMMAND=$(
xlunch --input /etc/xlunch/entries.dsv --scroll \
xlunch_genquick 64 | \
xlunch --scroll \
--background /usr/share/wallpapers/slax_wallpaper.jpg --font DejaVuSans/11 \
--voidclickterminate --iconpadding 30 --textpadding 10 \
--paddingswap --leastmargin 10 --hidemissing --iconsize 128 \
--paddingswap --leastmargin 10 --hidemissing --iconsize 64 \
--highlight /usr/share/icons/hicolor/128x128/apps/xlunch_highlight.png \
--outputonly
)
@@ -25,7 +26,7 @@ if [ "$Ndep" != "" -o "$cmd" = "man" -o "$cmd" = "mc" ]; then
WAIT=""
fi
if [ "$Xdep" = "" -a "$cmd" != "chromium" ]; then
if [ "$Xdep" = "" -a "$cmd" != "chromium" -a "$cmd" != "wicd-gtk" ]; then
exec xterm -ls -e bash --login -c -- "echo $USER@$HOSTNAME:$PWD# '$COMMAND'; $COMMAND; $WAIT"
else
exec $COMMAND
@@ -0,0 +1,5 @@
[Desktop Entry]
Icon=terminal
Name=Terminal
Exec=xterm -ls
Terminal=false
@@ -0,0 +1,5 @@
[Desktop Entry]
Name=Text editor
Exec=leafpad
Icon=editor
Terminal=false
@@ -0,0 +1,5 @@
[Desktop Entry]
Icon=system-file-manager
Name=File Manager
Exec=pcmanfm
Terminal=false
@@ -0,0 +1,5 @@
[Desktop Entry]
Name=Calculator
Exec=qalculate-gtk
Icon=calculator
Terminal=false
@@ -0,0 +1,5 @@
[Desktop Entry]
Exec=wicd-gtk --no-tray
Icon=wicd-gtk
Name=Net Manager
Terminal=false
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 835 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

+1 -1
View File
@@ -11,4 +11,4 @@ mv /usr/bin/chromium /usr/bin/chromium-launcher
(cd rootcopy && cp --parents -afr * /)
chown -R guest.users /home/guest
savechanges /04-chromium.sb
savechanges /05-chromium.sb
@@ -0,0 +1,5 @@
[Desktop Entry]
Name=Web Browser
Exec=/usr/bin/chromium
Terminal=false
Icon=chromium