master 0.9.12
Daniel Napora 2022-12-20 09:46:47 +01:00
parent 01a532e80c
commit 320a9e986f
3 changed files with 21 additions and 19 deletions

View File

@ -26,7 +26,9 @@ resetMBcolors() {
mb-setvar jgmenu_theme=MBcolors mb-setvar jgmenu_theme=MBcolors
reset reset
case "$1" in case "$1" in
show) colorizer-menus -s;; show)
colorizer-menus -s
;;
*):;; *):;;
esac esac
} }

View File

@ -488,22 +488,22 @@ randomizer () {
fontsize "${FONTSIZE}" fontsize "${FONTSIZE}"
MSG=" #MSG="
Openbox Window Decoration settings #Openbox Window Decoration settings
Gradient #Gradient
name: <b>${GRAD_NAME}</b> #name: <b>${GRAD_NAME}</b>
colors: <b>${CLR}</b> to <b>${CLRTO}</b> #colors: <b>${CLR}</b> to <b>${CLRTO}</b>
type: <b>$G_TYPE</b> #type: <b>$G_TYPE</b>
Border: <b>${BORDER}</b> #Border: <b>${BORDER}</b>
Padding: <b>${PADDING}</b> #Padding: <b>${PADDING}</b>
Titlebar style: <b>${STYLE}</b> #Titlebar style: <b>${STYLE}</b>
Buttons: <b>${BUTTON}</b> #Buttons: <b>${BUTTON}</b>
Title align: <b>${ALIGN}</b> #Title align: <b>${ALIGN}</b>
Font: <b>${FAMILY} ${WEIGHT} ${SLANT} ${FONTSIZE}</b> #Font: <b>${FAMILY} ${WEIGHT} ${SLANT} ${FONTSIZE}</b>
" #"
notify-send.sh -R /tmp/randomizer_notify -t 10000 -i mbcc "Mabox Colorizer" "${MSG}" \ # notify-send.sh -R /tmp/randomizer_notify -t 10000 -i mbcc "Mabox Colorizer" "${MSG}" \
-o "Regenerate:randomizer ob" -o "Customize:colorizer-ob -s" -o "Regenerate:randomizer ob" -o "Customize:colorizer-ob -s"
} }

View File

@ -32,7 +32,7 @@ wp () {
all () { all () {
ob ob
conky conky
menu colorizer-menus menu show
} }
resetall () { resetall () {
conkyctl resetcolorsall conkyctl resetcolorsall
@ -57,7 +57,7 @@ pipemenu () {
;; ;;
es*) es*)
SETRANDOM="Set random colorscheme for..." SETRANDOM="Set random colorscheme for..."
MENUS="Menus n Panels" MENUS="Menus and Panels"
OBWD="OpenBox Window Decoration" OBWD="OpenBox Window Decoration"
ALL="All" ALL="All"
RESET_TO_DEFAULT="Reset to default settings..." RESET_TO_DEFAULT="Reset to default settings..."
@ -65,9 +65,9 @@ pipemenu () {
;; ;;
en*) en*)
SETRANDOM="Set random colorscheme for..." SETRANDOM="Set random colorscheme for..."
MENUS="Menus n Panels" MENUS="Menus and Panels"
OBWD="OpenBox Window Decoration" OBWD="OpenBox Window Decoration"
ALL="All" ALL="All above"
RESET_TO_DEFAULT="Reset to default settings..." RESET_TO_DEFAULT="Reset to default settings..."
HELP="Main Window and Help" HELP="Main Window and Help"
;; ;;