refactor
This commit is contained in:
parent
6d38545059
commit
15394b23f0
1 changed files with 13 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue