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