Move from hyprpanel setting swww wallpaper to using daemon directly
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
"wallpaper.image": "/usr/share/hydro-os/DefaultBackground.png",
|
"wallpaper.image": "/usr/share/hydro-os/DefaultBackground.png",
|
||||||
"wallpaper.pywal": false,
|
"wallpaper.pywal": false,
|
||||||
"theme.matugen": true,
|
"theme.matugen": true,
|
||||||
"wallpaper.enable": true,
|
"wallpaper.enable": false,
|
||||||
"bar.customModules.storage.paths": [
|
"bar.customModules.storage.paths": [
|
||||||
"/"
|
"/"
|
||||||
],
|
],
|
||||||
|
@@ -3,6 +3,10 @@
|
|||||||
# WARNING: Matugen needs to be compiled with the `update-informer` feature for this to work.
|
# WARNING: Matugen needs to be compiled with the `update-informer` feature for this to work.
|
||||||
version_check = false
|
version_check = false
|
||||||
|
|
||||||
|
[config.wallpaper]
|
||||||
|
command = "swww"
|
||||||
|
arguments = ["img", "--transition-type", "center"]
|
||||||
|
|
||||||
[templates.hyprland]
|
[templates.hyprland]
|
||||||
input_path = '~/.config/matugen/templates/hyprland-colors.conf'
|
input_path = '~/.config/matugen/templates/hyprland-colors.conf'
|
||||||
output_path = '~/.config/hypr/hyprland.conf.d/colors.conf'
|
output_path = '~/.config/hypr/hyprland.conf.d/colors.conf'
|
||||||
|
Reference in New Issue
Block a user