summaryrefslogtreecommitdiffstats
path: root/i3status/Makefile
blob: 66274737b040dbe74c3991658595c04bd7ae7a30 (plain) (blame)
1
2
3
4
5
6
7
8
9
include ../Makefile.include

install:
	@systemctl --user enable weather.timer
	@systemctl --user start weather.timer

uninstall:
	@systemctl --user stop weather.timer
	@systemctl --user disable weather.timer