add wallpaper daemon to hyprland
This commit is contained in:
parent
f3d1ad65dd
commit
3a6168c843
5 changed files with 14 additions and 2 deletions
|
|
@ -77,6 +77,7 @@ cargo.packages = []
|
||||||
"config/swappy" = "~/.config/swappy"
|
"config/swappy" = "~/.config/swappy"
|
||||||
"config/waybar" = "~/.config/waybar/"
|
"config/waybar" = "~/.config/waybar/"
|
||||||
"config/rofi" = "~/.config/rofi"
|
"config/rofi" = "~/.config/rofi"
|
||||||
|
"config/wpaperd" = "~/.config/wpaperd"
|
||||||
|
|
||||||
[hyprland]
|
[hyprland]
|
||||||
depends = ["wm"]
|
depends = ["wm"]
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
# ╰──────────────────────────────────────────────────────────╯
|
# ╰──────────────────────────────────────────────────────────╯
|
||||||
|
|
||||||
# ── System apps ─────────────────────────────────────────────────────────
|
# ── System apps ─────────────────────────────────────────────────────────
|
||||||
|
exec-once = wpaperd
|
||||||
exec-once = pipewire
|
exec-once = pipewire
|
||||||
exec-once = udieskie
|
exec-once = udieskie
|
||||||
exec-once =/ usr/libexec/polkit-gnome-authentication-agent-1
|
exec-once =/ usr/libexec/polkit-gnome-authentication-agent-1
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
"modules-left": ["hyprland/workspaces"],
|
"modules-left": ["hyprland/workspaces"],
|
||||||
"modules-center": ["clock"],
|
"modules-center": ["clock"],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
|
"tray",
|
||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
"network",
|
"network",
|
||||||
"bluetooth",
|
"bluetooth",
|
||||||
|
|
@ -122,9 +123,11 @@
|
||||||
"format": "<span color='#e57474'></span> Disabled",
|
"format": "<span color='#e57474'></span> Disabled",
|
||||||
"on-click": "blueman-manager &"
|
"on-click": "blueman-manager &"
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/power": {
|
"custom/power": {
|
||||||
"format": "",
|
"format": "",
|
||||||
"on-click": "~/.config/rofi/powermenu/type-4/powermenu.sh"
|
"on-click": "~/.config/rofi/powermenu/type-4/powermenu.sh"
|
||||||
|
},
|
||||||
|
"tray": {
|
||||||
|
"show-passive-items": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
7
config/wpaperd/config.toml
Normal file
7
config/wpaperd/config.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
[default]
|
||||||
|
duration = "1m"
|
||||||
|
mode = "center"
|
||||||
|
sorting = "ascending"
|
||||||
|
|
||||||
|
[any]
|
||||||
|
path = "~/Pictures/Wallpapers/"
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
# │ Preoload stuff │
|
# │ Preoload stuff │
|
||||||
# ╰──────────────────────────────────────────────────────────╯
|
# ╰──────────────────────────────────────────────────────────╯
|
||||||
|
|
||||||
export $HOME/.zprofile
|
source $HOME/.zprofile
|
||||||
# Set the directory we want to store zinit and plugins
|
# Set the directory we want to store zinit and plugins
|
||||||
ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit"
|
ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue