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

@ -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
}
}