From 63c0c990e8044c822636c9e56e6cf2c2b280ca76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 19 Nov 2017 21:32:22 +0100 Subject: Drop htop configuration It makes little to no sense to have this. --- config/htop/htoprc | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 config/htop/htoprc (limited to 'config') diff --git a/config/htop/htoprc b/config/htop/htoprc deleted file mode 100644 index 0492e91..0000000 --- a/config/htop/htoprc +++ /dev/null @@ -1,26 +0,0 @@ -# Beware! This file is rewritten by htop when settings are changed in the interface. -# The parser is also very primitive, and not human-friendly. -fields=0 48 17 18 38 39 40 2 46 47 49 1 -sort_key=46 -sort_direction=1 -hide_threads=1 -hide_kernel_threads=1 -hide_userland_threads=1 -shadow_other_users=0 -show_thread_names=0 -show_program_path=1 -highlight_base_name=0 -highlight_megabytes=1 -highlight_threads=1 -tree_view=1 -header_margin=1 -detailed_cpu_time=0 -cpu_count_from_zero=0 -update_process_names=0 -account_guest_in_cpu_meter=0 -color_scheme=0 -delay=15 -left_meters=LeftCPUs Memory Swap -left_meter_modes=1 1 1 -right_meters=RightCPUs Tasks LoadAverage Uptime -right_meter_modes=1 2 2 2 -- cgit v1.2.3 From 7f73093a321474168fb072c06ec962a486c2eee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 20 Jan 2018 22:29:20 +0100 Subject: Small updates in mpd and pulseaudio --- config/mpd/mpd.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf index 28d387c..efaa1a6 100644 --- a/config/mpd/mpd.conf +++ b/config/mpd/mpd.conf @@ -284,6 +284,7 @@ input { audio_output { type "pulse" name "pulse audio" + mixer_type "hardware" ## server "remote_server" # optional ## sink "remote_server_sink" # optional } -- cgit v1.2.3 From 6f504fb861d7c6bc0c17471cab6acccb0317cfdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 26 Jan 2018 23:58:39 +0100 Subject: Add khal and khard --- config/khal/config | 32 ++++++++++++++++++++++++++++++++ config/khard/khard.conf | 25 +++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 config/khal/config create mode 100644 config/khard/khard.conf (limited to 'config') diff --git a/config/khal/config b/config/khal/config new file mode 100644 index 0000000..0addef1 --- /dev/null +++ b/config/khal/config @@ -0,0 +1,32 @@ +[default] +default_calendar = personal +highlight_event_days = True +timedelta = 10d + +[calendars] + +[[personal]] +path = /home/cynerd/.khal/private +type = calendar +color = dark blue + +[[school]] +path = /home/cynerd/.khal/school +type = calendar +color = dark red + +[[work]] +path = /home/cynerd/.khal/work +type = calendar +color = yellow + +[highlight_days] +default_color = dark gray +method = background + +[locale] +timeformat = %H:%M +dateformat = %d.%m.%Y +longdateformat = %d.%m.%Y +datetimeformat = %d.%m.%Y %H:%M +longdatetimeformat = %d.%m.%Y %H:%M diff --git a/config/khard/khard.conf b/config/khard/khard.conf new file mode 100644 index 0000000..63bc685 --- /dev/null +++ b/config/khard/khard.conf @@ -0,0 +1,25 @@ +[addressbooks] + +[[family]] +path = ~/.contacts/family/ +[[friends]] +path = ~/.contacts/friends/ +[[work]] +path = ~/.contacts/work + + +[general] +debug = no +default_action = list +editor = vim +merge_editor = vimdiff + + +[contact table] +display = first_name +group_by_addressbook = yes +reverse = no +show_nicknames = yes +show_uids = yes +sort = last_name +localize_dates = yes -- cgit v1.2.3 From a214815179291a173faea8af894d602c865726c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 28 Jan 2018 16:18:53 +0100 Subject: Update khal and khard and add vdirsyncer --- config/khal/config | 14 +++++++------- config/khard/khard.conf | 12 ++++++++---- 2 files changed, 15 insertions(+), 11 deletions(-) (limited to 'config') diff --git a/config/khal/config b/config/khal/config index 0addef1..bfbb9c7 100644 --- a/config/khal/config +++ b/config/khal/config @@ -6,20 +6,20 @@ timedelta = 10d [calendars] [[personal]] -path = /home/cynerd/.khal/private +path = /home/cynerd/.calendar/personal type = calendar color = dark blue -[[school]] -path = /home/cynerd/.khal/school -type = calendar -color = dark red - [[work]] -path = /home/cynerd/.khal/work +path = /home/cynerd/.calendar/work type = calendar color = yellow +[[misc]] +path = /home/cynerd/.calendar/misc +type = calendar +color = dark red + [highlight_days] default_color = dark gray method = background diff --git a/config/khard/khard.conf b/config/khard/khard.conf index 63bc685..1b4d7a2 100644 --- a/config/khard/khard.conf +++ b/config/khard/khard.conf @@ -1,11 +1,15 @@ [addressbooks] [[family]] -path = ~/.contacts/family/ +path = ~/.contacts/family [[friends]] -path = ~/.contacts/friends/ -[[work]] -path = ~/.contacts/work +path = ~/.contacts/friends +[[cz.nic]] +path = ~/.contacts/cz.nic +[[school]] +path = ~/.contacts/school +[[misc]] +path = ~/.contacts/misc [general] -- cgit v1.2.3