Update 2025-01-08 08:15 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2025-01-08 08:15:25 +01:00
parent 685a3b4c8d
commit cc3afde694
16 changed files with 556 additions and 0 deletions

21
.bin/myxmenu Executable file
View File

@@ -0,0 +1,21 @@
#!/bin/sh
get_catgirl() {
cd ~/.config/catgirl && ls * | xargs -n1 \
| while read line
do
print "\t$line\ttexec \"catgirl $line\""
done
}
IRC="$(get_catgirl)"
xmenu -i <<EOF | sh &
IRC
$IRC
Applications
IMG:./web.png Web Browser firefox
IMG:./gimp.png Image editor gimp
Terminal (xterm) xterm
Terminal (st) sterm
EOF