add wallpaper daemon to hyprland

This commit is contained in:
Alexander Navarro 2025-01-31 14:48:44 -03:00
parent f3d1ad65dd
commit 3a6168c843
5 changed files with 14 additions and 2 deletions

View file

@ -11,6 +11,7 @@
# ╰──────────────────────────────────────────────────────────╯
# ── System apps ─────────────────────────────────────────────────────────
exec-once = wpaperd
exec-once = pipewire
exec-once = udieskie
exec-once =/ usr/libexec/polkit-gnome-authentication-agent-1

View file

@ -12,6 +12,7 @@
"modules-left": ["hyprland/workspaces"],
"modules-center": ["clock"],
"modules-right": [
"tray",
"idle_inhibitor",
"network",
"bluetooth",
@ -122,9 +123,11 @@
"format": "<span color='#e57474'></span> Disabled",
"on-click": "blueman-manager &"
},
"custom/power": {
"format": "",
"on-click": "~/.config/rofi/powermenu/type-4/powermenu.sh"
},
"tray": {
"show-passive-items": true
}
}

View file

@ -0,0 +1,7 @@
[default]
duration = "1m"
mode = "center"
sorting = "ascending"
[any]
path = "~/Pictures/Wallpapers/"

View file

@ -7,7 +7,7 @@
# │ Preoload stuff │
# ╰──────────────────────────────────────────────────────────╯
export $HOME/.zprofile
source $HOME/.zprofile
# Set the directory we want to store zinit and plugins
ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit"