From 7331831ee0ec0d2b8b847a48dae9842314fab921 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 2 Dec 2018 11:53:53 +0100 Subject: .config/khal/config: Adding Nanni's personal calendar. --- .config/khal/config | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to '.config') diff --git a/.config/khal/config b/.config/khal/config index 3e6026c..d808a0f 100644 --- a/.config/khal/config +++ b/.config/khal/config @@ -4,37 +4,41 @@ [[local]] path = ~/.calendars/local readonly = True -color = light red +color = 'light red' # cloud.sleepmap.de [[birthdays]] path = ~/.calendars/contact_birthdays readonly = True -color = white +color = 'white' [[concerts]] path = ~/.calendars/concerts -color = brown +color = 'brown' [[flat]] path = ~/.calendars/flat -color = light blue +color = 'light blue' [[live]] path = ~/.calendars/live -color = light magenta +color = 'light magenta' [[private]] path = ~/.calendars/private -color = dark cyan +color = 'dark cyan' [[work]] path = ~/.calendars/work -color = dark magenta +color = 'dark magenta' [[t4]] path = ~/.calendars/bus_shared_by_t4 -color = dark cyan +color = 'dark cyan' + +[[nanni]] +path = ~/.calendars/personal_shared_by_nanni +color = 'light magenta' [sqlite] path = ~/.config/khal/khal.db -- cgit v1.2.3-54-g00ecf From 95c2b4b24a41a7e72b86aa44e2bfb96d450f85d5 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 2 Dec 2018 11:55:23 +0100 Subject: .config/packages-community.txt: Adding eq10q and osc2midi. --- .config/packages-community.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config') diff --git a/.config/packages-community.txt b/.config/packages-community.txt index 0667244..edba02d 100644 --- a/.config/packages-community.txt +++ b/.config/packages-community.txt @@ -42,6 +42,7 @@ dssi dssi-vst ecasound elyxer +eq10q eteroj.lv2 fabla faust @@ -112,6 +113,7 @@ nomacs non-daw non-sequencer ntk +osc2midi padthv1 patchage patchmatrix -- cgit v1.2.3-54-g00ecf From 96390cd99308fe253aa6a6e811c806db9137395f Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 8 Dec 2018 21:51:15 +0100 Subject: .config/systemd/user/gpg-refresh.*: Adding local systemd user service for PGP key refresh. --- .config/systemd/user/gpg-refresh.service | 6 ++++++ .config/systemd/user/gpg-refresh.timer | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .config/systemd/user/gpg-refresh.service create mode 100644 .config/systemd/user/gpg-refresh.timer (limited to '.config') diff --git a/.config/systemd/user/gpg-refresh.service b/.config/systemd/user/gpg-refresh.service new file mode 100644 index 0000000..3b7ff65 --- /dev/null +++ b/.config/systemd/user/gpg-refresh.service @@ -0,0 +1,6 @@ +[Unit] +Description=GnuPG cryptographic key refresh +Documentation=man:gpg(1) + +[Service] +ExecStart=/usr/bin/gpg --refresh-keys diff --git a/.config/systemd/user/gpg-refresh.timer b/.config/systemd/user/gpg-refresh.timer new file mode 100644 index 0000000..44c3e68 --- /dev/null +++ b/.config/systemd/user/gpg-refresh.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Timer for GnuPG cryptographic key refresh + +[Timer] +OnCalendar=daily +AccuracySec=1h +Persistent=true + +[Install] +WantedBy=timers.target -- cgit v1.2.3-54-g00ecf