From 9bfa0e200e123cf79dae9a71ccdb622b6ed7c8ae Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Tue, 6 Dec 2022 21:55:05 +0100 Subject: [PATCH] upd --- usr/bin/jgmenusettings-pipe | 4 ---- usr/bin/jgpicom-pipe | 2 +- usr/bin/jgwallpaperchanger | 4 ++-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/usr/bin/jgmenusettings-pipe b/usr/bin/jgmenusettings-pipe index e34b60c..218e456 100755 --- a/usr/bin/jgmenusettings-pipe +++ b/usr/bin/jgmenusettings-pipe @@ -337,8 +337,6 @@ out+=("$LINEHEIGHT [ $item_height_factor% ],^checkout(lineheight)") case $menu_font_family in "Noto Sans Light") nol="";; "Noto Sans Medium") nom="";; - Jet*) je="";; - Aut*) au="";; Deja*) de="";; Robo*) ro="";; Inco*) in="";; @@ -356,8 +354,6 @@ out2+=("^sep()") out2+=("$nol Noto Sans Light,mb-setvar \"menu_font_family='Noto Sans Light'\";$me") out2+=("$nom Noto Sans Medium,mb-setvar \"menu_font_family='Noto Sans Medium'\";$me") -out2+=("$je JetBrains Mono Regular,mb-setvar \"menu_font_family='JetBrains Mono Regular'\";$me") -out2+=("$au Autour One,mb-setvar \"menu_font_family='Autour One'\";$me") out2+=("$de DejaVu Serif,mb-setvar \"menu_font_family='DejaVu Serif'\";$me") out2+=("$ro Roboto Light,mb-setvar \"menu_font_family='Roboto Light'\";$me") out2+=("$in Inconsolata,mb-setvar menu_font_family=Inconsolata;$me") diff --git a/usr/bin/jgpicom-pipe b/usr/bin/jgpicom-pipe index 3350ad9..28383e2 100755 --- a/usr/bin/jgpicom-pipe +++ b/usr/bin/jgpicom-pipe @@ -72,7 +72,7 @@ if [ -f "$item" ];then if [ "$(readlink $CONFFILE)" -ef "$item" ];then out+=("${item##*/}") else - out+=("${item##*/},ln -sf $item $CONFFILE") + out+=("${item##*/},ln -sf $item $CONFFILE;compton_toggle;compton_toggle") fi fi done diff --git a/usr/bin/jgwallpaperchanger b/usr/bin/jgwallpaperchanger index a8c463d..97a983b 100755 --- a/usr/bin/jgwallpaperchanger +++ b/usr/bin/jgwallpaperchanger @@ -75,7 +75,7 @@ fi #out+=("^sep($TITLE)") out+=("^sep($WALLPAPERS)") if ! pgrep mbwallpaper > /dev/null; then - out+=("$NITROGEN,nitrogen") + #out+=("$NITROGEN,nitrogen") out+=("$RANDWALL,mbwallpaper -o;$me") out+=("$CHOOSE,mbwallpaper -c") out+=("$GENERATOR,^pipe(jgwallpapergenerate)") @@ -85,7 +85,7 @@ out+=("^sep($SLIDESHOW)") out+=("$STOPS,killall mbwallpaper;$me") fi -#out+=("About Wallpaper changer,\"\"\"notify-send.sh -u critical -i mbcc 'Wallpaper Changer - rotate desktop wallpaper every n-seconds' '$help' -o 'Edit configuration file:xdg-open ~/.config/mbwallpaper/mbwallpaper.conf'\"\"\"") +#out+=("About Wallpaper changer,\"\"\"notify-send.sh -u critical -i mbcc 'Wallpaper Changer - rotate desktop wallpaper every n-seconds' '$help' -o 'Edit configuration file:geany ~/.config/mbwallpaper/mbwallpaper.conf'\"\"\"") out+=("^sep()") out+=("$WALLDIR: [ $wallpaper_dir ],xdg-open $CONFIG_FILE")