14 lines
228 B
Bash
Executable File
14 lines
228 B
Bash
Executable File
#!/bin/sh
|
|
|
|
xmenu <<EOF | sh &
|
|
Applications
|
|
IMG:./icons/web.png Web Browser firefox
|
|
IMG:./icons/gimp.png Image editor gimp
|
|
Terminal (xterm) xterm
|
|
Terminal (urxvt) urxvt
|
|
Terminal (st) st
|
|
|
|
Shutdown poweroff
|
|
Reboot reboot
|
|
EOF
|