瀏覽代碼

Merge branch 'master' of https://code.unbl.ink/secstate/dotfiles

Colin Powell 2 年之前
父節點
當前提交
068a1ab342

+ 1 - 0
gtk/.config/gtk-3.0/bookmarks

@@ -1,3 +1,4 @@
+sftp://root@greip.unbl.ink/root/downloads bt1
 file:///media/photos/webcams/weather
 file:///home/powellc/var/inbox
 file:///home/powellc/var

+ 8 - 0
systemd/.config/systemd/user/changepaper.service

@@ -0,0 +1,8 @@
+[Unit]
+Description=Change wallpaper
+
+[Service]
+ExecStart=/home/powellc/.bin/changepaper
+
+[Install]
+WantedBy=default.target

+ 9 - 0
systemd/.config/systemd/user/changepaper.timer

@@ -0,0 +1,9 @@
+[Unit]
+Description=Change wallpaper
+
+[Timer]
+OnCalendar=hourly
+Unit=changepaper.service
+
+[Install]
+WantedBy=default.target

+ 1 - 0
systemd/.config/systemd/user/default.target.wants/changepaper.timer

@@ -0,0 +1 @@
+/home/powellc/.dotfiles/systemd/.config/systemd/user/changepaper.timer

+ 0 - 1
systemd/.config/systemd/user/default.target.wants/emacs.service

@@ -1 +0,0 @@
-/home/powellc/.config/systemd/user/emacs.service

+ 1 - 0
systemd/.config/systemd/user/default.target.wants/syncmail.timer

@@ -0,0 +1 @@
+/home/powellc/.dotfiles/systemd/.config/systemd/user/syncmail.timer

+ 8 - 0
systemd/.config/systemd/user/syncmail.service

@@ -0,0 +1,8 @@
+[Unit]
+Description=Sync mail
+
+[Service]
+ExecStart=/home/powellc/.bin/syncmail
+
+[Install]
+WantedBy=default.target

+ 9 - 0
systemd/.config/systemd/user/syncmail.timer

@@ -0,0 +1,9 @@
+[Unit]
+Description=Sync mail timer
+
+[Timer]
+OnCalendar=*:0/15
+Unit=syncmail.service
+
+[Install]
+WantedBy=default.target