gtk-font, yhtml wpcolors
This commit is contained in:
@@ -99,6 +99,7 @@ if [ ! -f "$WALLPALDIR/${NAME}.clr" ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
cat "$WALLPALDIR/${NAME}.clr" > "$HOME/.config/mabox/wpcolors.clr"
|
||||
|
||||
|
||||
# GENERATE THUMBNAIL
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user