From 9413336157bf2867967851d78bf0ec2a007bf556 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sat, 23 Sep 2023 12:24:36 +0200 Subject: [PATCH] upd --- usr/bin/jgwallpaperchanger | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/usr/bin/jgwallpaperchanger b/usr/bin/jgwallpaperchanger index 9c9751c..f4d9d16 100755 --- a/usr/bin/jgwallpaperchanger +++ b/usr/bin/jgwallpaperchanger @@ -90,7 +90,8 @@ case $LANG in LIGHTBG="light - jasne tło" DARKBG="dark - ciemne tło" COLORIZER_HELP="Okno główne i Pomoc" - COLORIZER_ROOT="Colorizer rootmenu" + COLORIZER_ROOT="Colorizer menu główne" + COLORIZER_FONTS="Konfiguruj Czcionki" COLORIZER_OB="Moduł Openbox" COLORIZER_MENU="Moduł Menu" COLORIZER_CONKY="Moduł Conky" @@ -135,9 +136,10 @@ case $LANG in LIGHTBG="with light background" DARKBG="with dark background" COLORIZER_HELP="Main Window and Help" - COLORIZER_ROOT="Colorizer rootmenu" + COLORIZER_ROOT="Colorizer rootmenu" + COLORIZER_FONTS="Configure Fonts" COLORIZER_OB="Openbox module" - COLORIZER_MENU="Menus/Panels module" + COLORIZER_MENU="Menus/SidePanels module" COLORIZER_CONKY="Conky module" COLORIZER_PYRADIO="PyRadio module" COLORIZER_CAVA="Cava module" @@ -241,6 +243,8 @@ case "$1" in out+=("$COLORIZER_HELP,ycolorizer") out+=("$COLORIZER_ROOT,colorizer -s") out+=("^sep()") + out+=("$COLORIZER_FONTS,colorizer-fonts -s") + out+=("^sep()") out+=("$COLORIZER_OB,colorizer-ob -s") out+=("$COLORIZER_MENU,colorizer-menus -s") out+=("$COLORIZER_CONKY,colorizer-conky -s")