13 lines
358 B
Bash
Executable file
13 lines
358 B
Bash
Executable file
#!/bin/env sh
|
|
|
|
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
|