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.pywal": false,
|
||||
"theme.matugen": true,
|
||||
"wallpaper.enable": true,
|
||||
"wallpaper.enable": false,
|
||||
"bar.customModules.storage.paths": [
|
||||
"/"
|
||||
],
|
||||
|
@@ -3,6 +3,10 @@
|
||||
# WARNING: Matugen needs to be compiled with the `update-informer` feature for this to work.
|
||||
version_check = false
|
||||
|
||||
[config.wallpaper]
|
||||
command = "swww"
|
||||
arguments = ["img", "--transition-type", "center"]
|
||||
|
||||
[templates.hyprland]
|
||||
input_path = '~/.config/matugen/templates/hyprland-colors.conf'
|
||||
output_path = '~/.config/hypr/hyprland.conf.d/colors.conf'
|
||||
|
Reference in New Issue
Block a user