custom theming

This commit is contained in:
2023-10-15 19:22:10 +02:00
parent aad2042c6b
commit 4e78000e7b
5 changed files with 10 additions and 9 deletions

View File

@@ -24,21 +24,21 @@ source ~/.colormode
wallight=""
gtktheme=Macchiato
gtktype=dark
gtktype=Dark
if [[ $isLight -eq 1 ]]; then
wallight="-l"
gtktheme=Latte
gtktype=light
gtktype=Light
fi
wal $wallight -i "$(cat $HOME/.cache/wal/wal)" --cols16
# pywalfox update
pywal-discord -t default
# pywal-discord -t default
wal-telegram --wal
. $HOME/.config/mako/update-colors.sh
. $HOME/.config/spicetify/Themes/Pywal/update-colors.sh
. $HOME/.config/spicetify/Themes/Pywal/update-colors.sh &
. $HOME/.config/cava/scripts/update-colors.sh
echo "Net/ThemeName \"Catppuccin-$gtktheme-Standard-Blue-$gtktype\"" > $HOME/.xsettingsd

View File

@@ -28,12 +28,12 @@ source ~/.colormode
wallight=""
gtktheme=Macchiato
gtktype=dark
gtktype=Dark
if [[ $isLight -eq 1 ]]; then
wallight="-l"
gtktheme=Latte
gtktype=light
gtktype=Light
fi
wal $wallight -i $wallpaper --cols16
@@ -42,7 +42,7 @@ pywal-discord -t default
wal-telegram --wal
. $HOME/.config/mako/update-colors.sh
. $HOME/.config/spicetify/Themes/Pywal/update-colors.sh
. $HOME/.config/spicetify/Themes/Pywal/update-colors.sh &
. $HOME/.config/cava/scripts/update-colors.sh
echo "Net/ThemeName \"Catppuccin-$gtktheme-Standard-Blue-$gtktype\"" > $HOME/.xsettingsd