upd
This commit is contained in:
parent
01a532e80c
commit
320a9e986f
@ -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
|
||||||
}
|
}
|
||||||
|
28
bin/obtctl
28
bin/obtctl
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user