Use geoclue in darkman

Otherwise it doesn't realize that we have changed location.

See: https://darkman.whynothugo.nl/
This commit is contained in:
Alan Orth 2024-07-13 21:24:56 +03:00
parent ad43053789
commit 81c5870943
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 6 additions and 0 deletions

View File

@ -87,6 +87,9 @@ dotfiles:
src: local/share/light-mode.d/01-gtk-theme.sh src: local/share/light-mode.d/01-gtk-theme.sh
dst: ~/.local/share/light-mode.d/01-gtk-theme.sh dst: ~/.local/share/light-mode.d/01-gtk-theme.sh
chmod: '755' chmod: '755'
f_darkman_config.yaml:
src: config/darkman/config.yaml
dst: ~/.config/darkman/config.yaml
profiles: profiles:
everywhere: everywhere:
dotfiles: dotfiles:
@ -120,6 +123,7 @@ profiles:
- f_convert-libaom.sh - f_convert-libaom.sh
- f_dark-mode-theme.sh - f_dark-mode-theme.sh
- f_light-mode-theme.sh - f_light-mode-theme.sh
- f_darkman_config.yaml
knafeh: knafeh:
dotfiles: dotfiles:
- d_vim - d_vim
@ -147,3 +151,4 @@ profiles:
- f_convert-libaom.sh - f_convert-libaom.sh
- f_dark-mode-theme.sh - f_dark-mode-theme.sh
- f_light-mode-theme.sh - f_light-mode-theme.sh
- f_darkman_config.yaml

View File

@ -0,0 +1 @@
usegeoclue: true