Adds proper wallpaper reaction to theme
This commit is contained in:
parent
ab0c103ad9
commit
1a04002bd2
22 changed files with 96 additions and 55 deletions
21
.config/theming/modes/executors/10-Themes.sh
Executable file
21
.config/theming/modes/executors/10-Themes.sh
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
#!/bin/env sh
|
||||
|
||||
CURSOR="Qogir-dark"
|
||||
THEME="Gruvbox-Orange-Dark"
|
||||
|
||||
if [[ $TARGET_MODE == 'light' ]]; then
|
||||
CURSOR="Qogir"
|
||||
THEME="Gruvbox-Orange-Light"
|
||||
|
||||
wal -l --theme base16-gruvbox-medium
|
||||
else
|
||||
wal --theme base16-gruvbox-medium
|
||||
fi
|
||||
|
||||
hyprctl setcursor ${CURSOR} 32
|
||||
|
||||
gsettings set org.gnome.desktop.interface color-scheme "prefer-${TARGET_MODE}"
|
||||
gsettings set org.gnome.desktop.interface gtk-theme "${THEME}"
|
||||
|
||||
$HOME/.config/theming/compile.sh
|
||||
$HOME/.config/theming/update.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue