From 320a9e986f9b9d14b5ec3e8ed9eb12447e021e9c Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Tue, 20 Dec 2022 09:46:47 +0100 Subject: [PATCH] upd --- bin/jgctl | 4 +++- bin/obtctl | 28 ++++++++++++++-------------- bin/randomizer | 8 ++++---- 3 files changed, 21 insertions(+), 19 deletions(-) diff --git a/bin/jgctl b/bin/jgctl index 28b1cbb..5b1f489 100755 --- a/bin/jgctl +++ b/bin/jgctl @@ -26,7 +26,9 @@ resetMBcolors() { mb-setvar jgmenu_theme=MBcolors reset case "$1" in - show) colorizer-menus -s;; + show) + colorizer-menus -s + ;; *):;; esac } diff --git a/bin/obtctl b/bin/obtctl index d9b1e8f..5548d6c 100755 --- a/bin/obtctl +++ b/bin/obtctl @@ -488,22 +488,22 @@ randomizer () { fontsize "${FONTSIZE}" -MSG=" -Openbox Window Decoration settings -Gradient -name: ${GRAD_NAME} -colors: ${CLR} to ${CLRTO} -type: $G_TYPE +#MSG=" +#Openbox Window Decoration settings +#Gradient +#name: ${GRAD_NAME} +#colors: ${CLR} to ${CLRTO} +#type: $G_TYPE -Border: ${BORDER} -Padding: ${PADDING} +#Border: ${BORDER} +#Padding: ${PADDING} -Titlebar style: ${STYLE} -Buttons: ${BUTTON} -Title align: ${ALIGN} -Font: ${FAMILY} ${WEIGHT} ${SLANT} ${FONTSIZE} -" - notify-send.sh -R /tmp/randomizer_notify -t 10000 -i mbcc "Mabox Colorizer" "${MSG}" \ +#Titlebar style: ${STYLE} +#Buttons: ${BUTTON} +#Title align: ${ALIGN} +#Font: ${FAMILY} ${WEIGHT} ${SLANT} ${FONTSIZE} +#" +# notify-send.sh -R /tmp/randomizer_notify -t 10000 -i mbcc "Mabox Colorizer" "${MSG}" \ -o "Regenerate:randomizer ob" -o "Customize:colorizer-ob -s" } diff --git a/bin/randomizer b/bin/randomizer index 2f9641b..463efc4 100755 --- a/bin/randomizer +++ b/bin/randomizer @@ -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" ;;