Use geoclue in darkman
Otherwise it doesn't realize that we have changed location. See: https://darkman.whynothugo.nl/
This commit is contained in:
parent
ad43053789
commit
81c5870943
@ -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
|
||||||
|
1
dotfiles/config/darkman/config.yaml
Normal file
1
dotfiles/config/darkman/config.yaml
Normal file
@ -0,0 +1 @@
|
|||||||
|
usegeoclue: true
|
Loading…
Reference in New Issue
Block a user