master
Daniel Napora 2022-12-06 21:55:05 +01:00
parent 5bf23e1a48
commit 9bfa0e200e
3 changed files with 3 additions and 7 deletions

View File

@ -337,8 +337,6 @@ out+=("$LINEHEIGHT [ <b>$item_height_factor%</b> ],^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+=("<span size=\"x-large\" font_family=\"Noto Sans Light\">$nol Noto Sans Light</span>,mb-setvar \"menu_font_family='Noto Sans Light'\";$me")
out2+=("<span size=\"x-large\" font_family=\"Noto Sans Medium\">$nom Noto Sans Medium</span>,mb-setvar \"menu_font_family='Noto Sans Medium'\";$me")
out2+=("<span size=\"x-large\" font_family=\"JetBrains Mono Regular\">$je JetBrains Mono Regular</span>,mb-setvar \"menu_font_family='JetBrains Mono Regular'\";$me")
out2+=("<span size=\"x-large\" font_family=\"Autour One\">$au Autour One</span>,mb-setvar \"menu_font_family='Autour One'\";$me")
out2+=("<span size=\"x-large\" font_family=\"DejaVu Serif\">$de DejaVu Serif</span>,mb-setvar \"menu_font_family='DejaVu Serif'\";$me")
out2+=("<span size=\"x-large\" font_family=\"Roboto Light\">$ro Roboto Light</span>,mb-setvar \"menu_font_family='Roboto Light'\";$me")
out2+=("<span size=\"x-large\" font_family=\"Inconsolata\">$in Inconsolata</span>,mb-setvar menu_font_family=Inconsolata;$me")

View File

@ -72,7 +72,7 @@ if [ -f "$item" ];then
if [ "$(readlink $CONFFILE)" -ef "$item" ];then
out+=("<u><b>${item##*/}</b></u>")
else
out+=("${item##*/},ln -sf $item $CONFFILE")
out+=("${item##*/},ln -sf $item $CONFFILE;compton_toggle;compton_toggle")
fi
fi
done

View File

@ -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(<i>$SLIDESHOW</i>)")
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: <small>[ <b>$wallpaper_dir</b> ]</small>,xdg-open $CONFIG_FILE")