This commit is contained in:
holm / Christian Müller 2025-06-08 13:25:33 +02:00
parent 6d38545059
commit 15394b23f0

View file

@ -1,37 +1,15 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# shutdown menu i3blocks
MENU="$(rofi -sep "|" -dmenu -i -p 'Theme auswählen' -width 12 -hide-scrollbar -line-padding 4 -padding 20 -lines 4 -font "Berkeley Mono Bold 14" <<<"\ MENU="$(
BlueSphereRoom|\ rofi -sep "\n" -dmenu -i \
CloudImKopf|\ -p 'Theme auswählen' \
ColourSphere|\ -width 12 \
Cyburai|\ -hide-scrollbar \
deskretro0001|\ -line-padding 4 \
NeonPixel|\ -padding 20 \
NightAurora|\ -lines 4 \
*** NON FAVS ***|\ -font "Berkeley Mono Bold 14" \
BadCat|\ <<<$(cat ~/.config/themes/MyThemes.cfg)
Catcity00|\ )"
Catcity01|\
Catcenter|\
Dubai|\
eva01|\
Ghibli|\
GhostInTheShell|\
homl_flow|\
homl_giraffeau|\
lain1|\
lain2|\
linux25-1|\
Morpheus|\
RoseBlue|\
Skate|\
vortex|\
VW|\
")"
Theme $MENU Theme $MENU
#case "$MENU" in
## *Neon) echo Theme $MENU ;;
# *Logout) echo zwo;;
# *Reboot) echo $MENU ;;
# *Shutdown) echo nix
#esac