mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
custom theming
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
uri_default = "qemu:///system"
|
uri_default = "qemu:///system"
|
||||||
|
uri_default = "qemu:///system"
|
||||||
|
|||||||
@@ -24,21 +24,21 @@ source ~/.colormode
|
|||||||
|
|
||||||
wallight=""
|
wallight=""
|
||||||
gtktheme=Macchiato
|
gtktheme=Macchiato
|
||||||
gtktype=dark
|
gtktype=Dark
|
||||||
|
|
||||||
if [[ $isLight -eq 1 ]]; then
|
if [[ $isLight -eq 1 ]]; then
|
||||||
wallight="-l"
|
wallight="-l"
|
||||||
gtktheme=Latte
|
gtktheme=Latte
|
||||||
gtktype=light
|
gtktype=Light
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wal $wallight -i "$(cat $HOME/.cache/wal/wal)" --cols16
|
wal $wallight -i "$(cat $HOME/.cache/wal/wal)" --cols16
|
||||||
# pywalfox update
|
# pywalfox update
|
||||||
pywal-discord -t default
|
# pywal-discord -t default
|
||||||
wal-telegram --wal
|
wal-telegram --wal
|
||||||
|
|
||||||
. $HOME/.config/mako/update-colors.sh
|
. $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
|
. $HOME/.config/cava/scripts/update-colors.sh
|
||||||
|
|
||||||
echo "Net/ThemeName \"Catppuccin-$gtktheme-Standard-Blue-$gtktype\"" > $HOME/.xsettingsd
|
echo "Net/ThemeName \"Catppuccin-$gtktheme-Standard-Blue-$gtktype\"" > $HOME/.xsettingsd
|
||||||
|
|||||||
@@ -28,12 +28,12 @@ source ~/.colormode
|
|||||||
|
|
||||||
wallight=""
|
wallight=""
|
||||||
gtktheme=Macchiato
|
gtktheme=Macchiato
|
||||||
gtktype=dark
|
gtktype=Dark
|
||||||
|
|
||||||
if [[ $isLight -eq 1 ]]; then
|
if [[ $isLight -eq 1 ]]; then
|
||||||
wallight="-l"
|
wallight="-l"
|
||||||
gtktheme=Latte
|
gtktheme=Latte
|
||||||
gtktype=light
|
gtktype=Light
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wal $wallight -i $wallpaper --cols16
|
wal $wallight -i $wallpaper --cols16
|
||||||
@@ -42,7 +42,7 @@ pywal-discord -t default
|
|||||||
wal-telegram --wal
|
wal-telegram --wal
|
||||||
|
|
||||||
. $HOME/.config/mako/update-colors.sh
|
. $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
|
. $HOME/.config/cava/scripts/update-colors.sh
|
||||||
|
|
||||||
echo "Net/ThemeName \"Catppuccin-$gtktheme-Standard-Blue-$gtktype\"" > $HOME/.xsettingsd
|
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
|
cd $HOME/.config/spicetify/Themes/Pywal
|
||||||
mv colors-spicetify.ini color.ini
|
mv colors-spicetify.ini color.ini
|
||||||
|
|
||||||
spicetify apply
|
spicetify restore backup apply
|
||||||
@@ -28,4 +28,4 @@ experimental_features = 1
|
|||||||
; DO NOT CHANGE!
|
; DO NOT CHANGE!
|
||||||
[Backup]
|
[Backup]
|
||||||
version = 1.2.20.1210.g2a8a8a57
|
version = 1.2.20.1210.g2a8a8a57
|
||||||
with = Dev
|
with = 2.24.2
|
||||||
|
|||||||
Reference in New Issue
Block a user