Alacritty new terminal emu, ranger devicons, background rotator, 1440p preparedNeed solution for multiple screen resolutions, install.sh selection?
This commit is contained in:
9
.config/systemd/user/background-rotate.service
Normal file
9
.config/systemd/user/background-rotate.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=This is an automatic background changer service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/home/tristan/.i3/scripts/rotate_background.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
13
.config/systemd/user/background-rotate.timer
Normal file
13
.config/systemd/user/background-rotate.timer
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Run my job every week
|
||||
RefuseManualStart=no
|
||||
RefuseManualStop=no
|
||||
|
||||
[Timer]
|
||||
Persistent=true
|
||||
#when it is true systemd stores when the timer was last run and when the machine boots up after a long time, it will automatically catch up onto this timer if it should have run in the meantime
|
||||
OnCalendar=weekly
|
||||
Unit=background-rotate.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user