add hyprland configs
This commit is contained in:
16
systemd/user/hyprpaper.service
Normal file
16
systemd/user/hyprpaper.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=An application to set a wallpaper with hyprpaper.
|
||||
Documentation=https://wiki.hyprland.org/Hypr-Ecosystem/hyprpaper/
|
||||
PartOf=graphical-session.target
|
||||
Requires=graphical-session.target
|
||||
After=graphical-session.target
|
||||
ConditionEnvironment=WAYLAND_DISPLAY
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/home/lis/.config/hypr/hyprpaper-%H
|
||||
Slice=session.slice
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
9
systemd/user/hyprpaper.timer
Normal file
9
systemd/user/hyprpaper.timer
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Change Wallpaper every 60min
|
||||
|
||||
[Timer]
|
||||
OnCalendar=hourly
|
||||
Persistent=false
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
@@ -1 +0,0 @@
|
||||
/home/lis/.config/systemd/user/feh.timer
|
||||
Reference in New Issue
Block a user