switched to uwsm
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/hypridle.service
|
||||
@@ -0,0 +1 @@
|
||||
/home/amy/.config/systemd/user/wallpaper.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/waybar.service
|
||||
15
.config/systemd/user/keepassxc.service
Normal file
15
.config/systemd/user/keepassxc.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Fast, IPC-controlled wallpaper utility for Hyprland.
|
||||
Documentation=https://wiki.hyprland.org/Hypr-Ecosystem/hyprpaper/
|
||||
PartOf=graphical-session.target
|
||||
Requires=waybar.service
|
||||
ConditionEnvironment=WAYLAND_DISPLAY
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/keepassxc
|
||||
Slice=session.slice
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
@@ -1,6 +1,14 @@
|
||||
[Unit]
|
||||
Description=Time based wallpaper switcher
|
||||
PartOf=graphical-session.target
|
||||
Requires=graphical-session.target
|
||||
After=graphical-session.target
|
||||
ConditionEnvironment=WAYLAND_DISPLAY
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=%h/wallpaper/script.sh
|
||||
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
[Unit]
|
||||
Description=Run foo weekly and on boot
|
||||
Requires=graphical-session.target
|
||||
|
||||
[Timer]
|
||||
OnCalendar=minutely
|
||||
Persistent=false
|
||||
OnCalendar=hourly
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
WantedBy=graphical-session.target
|
||||
|
||||
Reference in New Issue
Block a user