gtk-font, yhtml wpcolors

This commit is contained in:
2026-02-15 13:44:35 +01:00
parent 169302735e
commit b7642347f8
6 changed files with 16 additions and 4 deletions

View File

@@ -99,6 +99,7 @@ if [ ! -f "$WALLPALDIR/${NAME}.clr" ]; then
fi
fi
cat "$WALLPALDIR/${NAME}.clr" > "$HOME/.config/mabox/wpcolors.clr"
# GENERATE THUMBNAIL

View File

@@ -7,8 +7,8 @@ XRES="$HOME/.Xresources"
/usr/bin/lxappearance
sleep .5
#READ Cursor theme name from GTK2_RC
read CURTHEME <<< "$(grep gtk-cursor-theme-name ${GTK2_RC} | cut -d'"' -f2)"
#READ Cursor theme name from GTK3
read CURTHEME <<< "$(grep gtk-cursor-theme-name ${GTK3_RC} | cut -d'"' -f2)"
# WRITE to GTK3
if grep "^gtk-cursor-theme-name=${CURTHEME}" ${GTK3_RC};then
#found nic nie robimy

View File

@@ -99,7 +99,7 @@ if [ ! -f "$WALLPALDIR/${NAME}.clr" ]; then
fi
fi
cat "$WALLPALDIR/${NAME}.clr" > "$HOME/.config/mabox/wpcolors.clr"
# GENERATE THUMBNAIL
THUMBDIR="$HOME/.cache/colorizer/thumbs"

View File

@@ -9,7 +9,7 @@ set -euo pipefail
/usr/bin/xrandr "$@"
if [[ "$@" == *"--output"* ]];then
nitrogen --restore
fehbg --restore
if pgrep conky;then
killall -SIGUSR1 conky 2> /dev/null
fi