Alacritty new terminal emu, ranger devicons, background rotator, 1440p preparedNeed solution for multiple screen resolutions, install.sh selection?

This commit is contained in:
Tristaan
2017-12-22 21:08:09 +01:00
parent 6d903b4eb1
commit 6e9f4a0534
19 changed files with 643 additions and 23 deletions

View 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

View 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