Fix merge

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-07-15 08:35:30 +02:00
commit 2710364b7f
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
5 changed files with 2 additions and 110 deletions

View file

@ -11,10 +11,4 @@
# This file is loaded on boot by crontab.
# Synchronize Google Drive every 15 minutes
0/15 * * * * $HOME/.local/bin/sync-drive 2>> $HOME/.local/log/cron.log
# Synchronize notes every 10 minutes
2/10 * * * * $HOME/.local/bin/sync-notes 2>> $HOME/.local/log/cron.log
# Synchronize tasks every 5 minutes
0/5 * * * * $HOME/.local/bin/sync-tasks 2>> $HOME/.local/log/cron.log
*/15 * * * * $HOME/.local/bin/sync-drive 2>> $HOME/.local/log/cron.log

View file

@ -43,7 +43,7 @@ module-margin = 2
modules-left = i3
modules-center =
modules-right = update gmail todo battery battery2 volume backlight vpn wlan ethernet date power
modules-right = update gmail battery battery2 volume backlight vpn wlan ethernet date power
tray-position = none
separator = |
@ -137,18 +137,6 @@ interval = 60
click-left = xdg-open https://mail.google.com
###############################################################################
# Todo #
###############################################################################
[module/todo]
type = custom/script
exec = task count due.before:tomorrow and status:pending or due: and status:pending
format = <label>
label =  %output%
interval = 60
###############################################################################
# Battery indicator #
###############################################################################