This commit is contained in:
Gabe Venberg 2021-05-19 17:17:25 -05:00
commit cb9c3c0137
2 changed files with 3 additions and 3 deletions

View file

@ -69,4 +69,4 @@ bind r source-file ~/.tmux.conf
#also lengthen the right side status, by mutch more. #also lengthen the right side status, by mutch more.
set -g status-right-length 60 set -g status-right-length 60
#have the right side status bar display the current battery status and the time/date. #have the right side status bar display the current battery status and the time/date.
set -g status-right 'battery:#(acpi | cut -d ',' -f 2) | %H:%M %d-%m-%y ' set -g status-right 'battery:#(acpi | grep -Eo "[0-9]+%" | tr "\n" " " | sed "s/\s\+$//") | %H:%M %d-%m-%y '

View file

@ -35,7 +35,7 @@ path = "~/.contacts/"
fileext = ".vcf" fileext = ".vcf"
[storage nextcloud_contacts_remote] [storage nextcloud_contacts_remote]
type = "carddav" type = "carddav"
url = "https://nextcloud.gabevenberg.com" url = "https://gabevenberg.com/nextcloud/remote.php/dav"
username = "Toric" username = "Toric"
# The password can also be fetched from the system password storage, netrc or a # The password can also be fetched from the system password storage, netrc or a
# custom command. See http://vdirsyncer.pimutils.org/en/stable/keyring.html # custom command. See http://vdirsyncer.pimutils.org/en/stable/keyring.html
@ -53,6 +53,6 @@ path = "~/.calendars/"
fileext = ".ics" fileext = ".ics"
[storage nextcloud_calendar_remote] [storage nextcloud_calendar_remote]
type = "caldav" type = "caldav"
url = "https://nextcloud.gabevenberg.com/" url = "https://gabevenberg.com/nextcloud/remote.php/dav"
username = "Toric" username = "Toric"
password.fetch = ["command", "pass", "nextcloud.gabevenberg.com/Toric"] password.fetch = ["command", "pass", "nextcloud.gabevenberg.com/Toric"]