summaryrefslogtreecommitdiffstats
path: root/i3status/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'i3status/Makefile')
-rw-r--r--i3status/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/i3status/Makefile b/i3status/Makefile
new file mode 100644
index 0000000..6627473
--- /dev/null
+++ b/i3status/Makefile
@@ -0,0 +1,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