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