parent
01a532e80c
commit
320a9e986f
|
@ -26,7 +26,9 @@ resetMBcolors() {
|
|||
mb-setvar jgmenu_theme=MBcolors
|
||||
reset
|
||||
case "$1" in
|
||||
show) colorizer-menus -s;;
|
||||
show)
|
||||
colorizer-menus -s
|
||||
;;
|
||||
*):;;
|
||||
esac
|
||||
}
|
||||
|
|
28
bin/obtctl
28
bin/obtctl
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue