Several things...
This commit is contained in:
parent
076832e825
commit
6e54b0588b
15 changed files with 98 additions and 16 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/env sh
|
||||
|
||||
WALLPAPER_PATH="$HOME/.local/share/dark-mode.d/theme-background.jpg"
|
||||
|
||||
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||
gsettings set org.gnome.desktop.interface gtk-theme "Gruvbox-Orange-Dark"
|
||||
|
||||
|
|
@ -8,4 +10,5 @@ wal --theme base16-gruvbox-medium
|
|||
$HOME/.config/theming/compile.sh
|
||||
$HOME/.config/theming/update.sh
|
||||
|
||||
swww img $HOME/.local/share/dark-mode.d/theme-background.jpg
|
||||
swww img $WALLPAPER_PATH
|
||||
ln -s -f $WALLPAPER_PATH $HOME/.cache/wallpaper
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
#!/bin/env sh
|
||||
|
||||
WALLPAPER_PATH="$HOME/.local/share/light-mode.d/theme-background.png"
|
||||
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
|
||||
swww img $WALLPAPER_PATH
|
||||
ln -s -f $WALLPAPER_PATH $HOME/.cache/wallpaper
|
||||
|
||||
$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