mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-14 22:56:12 +01:00
custom theming
This commit is contained in:
@@ -1 +1,2 @@
|
||||
uri_default = "qemu:///system"
|
||||
uri_default = "qemu:///system"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -4,4 +4,4 @@ cp -r $HOME/.cache/wal/colors-spicetify.ini $HOME/.config/spicetify/Themes/Pywal
|
||||
cd $HOME/.config/spicetify/Themes/Pywal
|
||||
mv colors-spicetify.ini color.ini
|
||||
|
||||
spicetify apply
|
||||
spicetify restore backup apply
|
||||
@@ -28,4 +28,4 @@ experimental_features = 1
|
||||
; DO NOT CHANGE!
|
||||
[Backup]
|
||||
version = 1.2.20.1210.g2a8a8a57
|
||||
with = Dev
|
||||
with = 2.24.2
|
||||
|
||||
Reference in New Issue
Block a user