From 81c58709433ddc2fd2acc64b1feabdf9ad183f42 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 13 Jul 2024 21:24:56 +0300 Subject: [PATCH] Use geoclue in darkman Otherwise it doesn't realize that we have changed location. See: https://darkman.whynothugo.nl/ --- config.yaml | 5 +++++ dotfiles/config/darkman/config.yaml | 1 + 2 files changed, 6 insertions(+) create mode 100644 dotfiles/config/darkman/config.yaml diff --git a/config.yaml b/config.yaml index 2032cac..2e85d85 100644 --- a/config.yaml +++ b/config.yaml @@ -87,6 +87,9 @@ dotfiles: src: local/share/light-mode.d/01-gtk-theme.sh dst: ~/.local/share/light-mode.d/01-gtk-theme.sh chmod: '755' + f_darkman_config.yaml: + src: config/darkman/config.yaml + dst: ~/.config/darkman/config.yaml profiles: everywhere: dotfiles: @@ -120,6 +123,7 @@ profiles: - f_convert-libaom.sh - f_dark-mode-theme.sh - f_light-mode-theme.sh + - f_darkman_config.yaml knafeh: dotfiles: - d_vim @@ -147,3 +151,4 @@ profiles: - f_convert-libaom.sh - f_dark-mode-theme.sh - f_light-mode-theme.sh + - f_darkman_config.yaml diff --git a/dotfiles/config/darkman/config.yaml b/dotfiles/config/darkman/config.yaml new file mode 100644 index 0000000..95d92e8 --- /dev/null +++ b/dotfiles/config/darkman/config.yaml @@ -0,0 +1 @@ +usegeoclue: true