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
|
#!/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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue