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
reset
case "$1" in
show) colorizer-menus -s;;
show)
colorizer-menus -s
;;
*):;;
esac
}

View File

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

View File

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