mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
custom theming
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user