Adds pywalfox setup and adds backgrounds
This commit is contained in:
parent
5c51cff353
commit
12b42bd9e8
5 changed files with 12 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#!/bin/env sh
|
||||
|
||||
yay -S --needed python-pywal
|
||||
yay -S --needed python-pywal \
|
||||
python-pywalfox
|
||||
|
||||
wal --theme base16-gruvbox-medium
|
||||
pywalfox install
|
||||
sudo chmod +x /usr/lib/python3.13/site-packages/pywalfox/bin/main.sh
|
||||
|
|
|
|||
BIN
.local/share/dark-mode.d/theme-background.jpg
Normal file
BIN
.local/share/dark-mode.d/theme-background.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 117 KiB |
|
|
@ -4,6 +4,10 @@ gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
|||
gsettings set org.gnome.desktop.interface gtk-theme "Gruvbox-Orange-Dark"
|
||||
|
||||
wal --theme base16-gruvbox-medium
|
||||
pywalfox update
|
||||
pywalfox dark
|
||||
|
||||
$HOME/.config/theming/compile.sh
|
||||
$HOME/.config/theming/update.sh
|
||||
|
||||
swww img $HOME/.local/share/dark-mode.d/theme-background.jpg
|
||||
|
|
|
|||
BIN
.local/share/light-mode.d/theme-background.png
Normal file
BIN
.local/share/light-mode.d/theme-background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
|
|
@ -4,6 +4,10 @@ gsettings set org.gnome.desktop.interface color-scheme 'prefer-light'
|
|||
gsettings set org.gnome.desktop.interface gtk-theme "Gruvbox-Orange-Light"
|
||||
|
||||
wal -l --theme base16-gruvbox-medium
|
||||
pywalfox update
|
||||
pywalfox light
|
||||
|
||||
$HOME/.config/theming/compile.sh
|
||||
$HOME/.config/theming/update.sh
|
||||
|
||||
swww img $HOME/.local/share/light-mode.d/theme-background.png
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue