From 4d3c79a930db9a67e2e5994ab2342f5731bc3164 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sat, 17 Dec 2022 12:50:10 +0100 Subject: [PATCH] glyphs --- bin/colorizer-menus | 28 ++++++++++++++-------------- bin/colorizer-ob | 2 +- bin/mbclr | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/bin/colorizer-menus b/bin/colorizer-menus index dc79ec3..759dd47 100755 --- a/bin/colorizer-menus +++ b/bin/colorizer-menus @@ -151,7 +151,7 @@ out+=("$(printf '%3s' "$MBORDERA") $GRADIENT ],^checkout(gradientpos)") out+=(" $PRE_GRADIENTS,^pipe(mbgrad menu)") -out+=(" $GRADIENT_REVERSE,jgctl gradient '${MBGT}' '${MBG}';$me") +out+=("凌 $GRADIENT_REVERSE,jgctl gradient '${MBGT}' '${MBG}';$me") out+=("^sep($ITEM)") out+=("$(printf '%3s' "$NFGA") AbCd $COLOR_NORM_FG,^pipe(mbclr '$NFG' jgctl color_norm_fg '${COLOR_NORM_FG}' '$me')") @@ -176,20 +176,20 @@ out2+=("^tag(gradientpos)") out2+=("^sep($GRADIENT_POS $GRADIENT)") out2+=("$NONE,jgctl menu_gradient_pos none;$me") out2+=("^sep()") -out2+=(" $TOP,jgctl menu_gradient_pos top;$me") -out2+=(" $RIGHT,jgctl menu_gradient_pos right;$me") -out2+=(" $BOTTOM,jgctl menu_gradient_pos bottom;$me") -out2+=(" $LEFT,jgctl menu_gradient_pos left;$me") -out2+=(" $TOP_LEFT,jgctl menu_gradient_pos top_left;$me") -out2+=(" $TOP_RIGHT,jgctl menu_gradient_pos top_right;$me") -out2+=(" $BOTTOM_LEFT,jgctl menu_gradient_pos bottom_left;$me") -out2+=(" $BOTTOM_RIGHT,jgctl menu_gradient_pos bottom_right;$me") +out2+=(" $TOP,jgctl menu_gradient_pos top;$me") +out2+=(" $RIGHT,jgctl menu_gradient_pos right;$me") +out2+=(" $BOTTOM,jgctl menu_gradient_pos bottom;$me") +out2+=(" $LEFT,jgctl menu_gradient_pos left;$me") +out2+=(" $TOP_LEFT,jgctl menu_gradient_pos top_left;$me") +out2+=(" $TOP_RIGHT,jgctl menu_gradient_pos top_right;$me") +out2+=(" $BOTTOM_LEFT,jgctl menu_gradient_pos bottom_left;$me") +out2+=(" $BOTTOM_RIGHT,jgctl menu_gradient_pos bottom_right;$me") out2+=("^tag(sephalign)") out2+=("^sep($SEP_HALIGN)") -out2+=(" $H_LEFT,jgctl sep_halign left;$me") -out2+=(" $H_CENTER,jgctl sep_halign center;$me") -out2+=(" $H_RIGHT,jgctl sep_halign right;$me") +out2+=(" $H_LEFT,jgctl sep_halign left;$me") +out2+=(" $H_CENTER,jgctl sep_halign center;$me") +out2+=(" $H_RIGHT,jgctl sep_halign right;$me") out2+=("^tag(itemborder)") out2+=("^sep($ITEM_BORDER)") out2+=("0,jgctl item_border 0;$me") @@ -210,14 +210,14 @@ out2+=("6,jgctl item_radius 6;$me") out+=("^sep($MORE_MENU_SETTINGS)") -out+=(" $GLOBAL_MENU_SETTINGS,jgmenusettings-pipe -c") +out+=(" $GLOBAL_MENU_SETTINGS,jgmenusettings-pipe -c") #out+=("$GLOBAL_MENU_SETTINGS,^pipe(jgmenusettings-pipe -r)") out+=("^sep()") if [ -f "${THEMERC}.bak" ]; then out+=(" $RESET ${jgmenu_theme} $TO_DEFAULT,jgctl reset;$me") fi -out+=(" $EDIT ${jgmenu_theme} $FILE,xdg-open $THEMERC") +out+=(" $EDIT ${jgmenu_theme} $FILE,xdg-open $THEMERC") ### We don't need many menu themes anymore #out+=(" $SET_RANDOM,mb-setvar jgmenu_theme=$(basename -s .colorrc $(ls ~/.config/mabox/jgobthemes/*.colorrc | shuf -n 1));$me") diff --git a/bin/colorizer-ob b/bin/colorizer-ob index c59ec3c..097237d 100755 --- a/bin/colorizer-ob +++ b/bin/colorizer-ob @@ -200,7 +200,7 @@ out+=("$BUTTONS,^checkout(tbuttons)") out+=("^sep(Gradient)") out+=("$GRADIENT_TYPE [ ${REST##* } ],^checkout(gradient)") out+=(" $PRE_GRADIENTS,^pipe(mbgrad ob)") -out+=(" $GRADIENT_REVERSE,obtctl activegradient '${ABGTO}' '${ABG}';$me") +out+=("凌 $GRADIENT_REVERSE,obtctl activegradient '${ABGTO}' '${ABG}';$me") out+=("^sep($BORDER)") out+=(" $ACTIVE_BORDER,^pipe(mbclr '$ALINE' obtctl activeborderColor '${ACTIVE_BORDER_COLOR}' '$me')") diff --git a/bin/mbclr b/bin/mbclr index 404a2f6..e78e058 100755 --- a/bin/mbclr +++ b/bin/mbclr @@ -96,8 +96,8 @@ fi #Current out+=("^sep($SELECT_COLOR)") -out+=(" $PICK_FROM_SCREEN,mbclr pixelcolor $2 $3 ${5} ${6}") -out+=(" $SELECT_OR_PICK,mbclr pick $2 $3 ${5} ${6}") +out+=(" $PICK_FROM_SCREEN,mbclr pixelcolor $2 $3 ${5} ${6}") +out+=(" $SELECT_OR_PICK,mbclr pick $2 $3 ${5} ${6}") out+=("^sep()") out+=(" $SHADES_OF_CURRENT ($1),^checkout(curshades)")