From 448998396501b4a306449ff9b9598c86f6c02f9c Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Fri, 15 Jun 2018 21:13:00 +0200 Subject: [PATCH] Taskwarrior config with ZSH plugin --- .config/i3/config | 5 ++++- .taskrc | 36 ++++++++++++++++++++++++++++++++++++ .zshrc | 1 + 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 .taskrc diff --git a/.config/i3/config b/.config/i3/config index b5726a0..115e2b8 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -160,7 +160,7 @@ exec_always --no-startup-id xset dpms 600 exec_always --no-startup-id xautolock -time 9 -locker $Locker #Notifications -exec_always --no-startup-id dunst +exec --no-startup-id dunst #i3 gaps gaps inner 10 @@ -177,3 +177,6 @@ bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause bindsym Mod4+e exec spacefm -n #Open explorer with last tabs (sym to Ctrl+T, Ctrl+Maj+T) bindsym Mod4+Shift+e exec spacefm + +#Gamma, color temp and brightness night adjuster +exec --no-startup-id redshift-gtk diff --git a/.taskrc b/.taskrc new file mode 100644 index 0000000..09df278 --- /dev/null +++ b/.taskrc @@ -0,0 +1,36 @@ +# [Created by task 2.5.1 6/15/2018 21:04:54] +# Taskwarrior program configuration file. +# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color', +# 'man task-sync' or 'man taskrc' + +# Here is an example of entries that use the default, override and blank values +# variable=foo -- By specifying a value, this overrides the default +# variable= -- By specifying no value, this means no default +# #variable=foo -- By commenting out the line, or deleting it, this uses the default + +# Use the command 'task show' to see all defaults and overrides + +# Files +data.location=~/.task + +# Color theme (uncomment one to use) +#include /usr/share/doc/task/rc/light-16.theme +#include /usr/share/doc/task/rc/light-256.theme +#include /usr/share/doc/task/rc/dark-16.theme +#include /usr/share/doc/task/rc/dark-256.theme +#include /usr/share/doc/task/rc/dark-red-256.theme +#include /usr/share/doc/task/rc/dark-green-256.theme +#include /usr/share/doc/task/rc/dark-blue-256.theme +#include /usr/share/doc/task/rc/dark-violets-256.theme +#include /usr/share/doc/task/rc/dark-yellow-green.theme +#include /usr/share/doc/task/rc/dark-gray-256.theme +include /usr/share/doc/task/rc/dark-gray-blue-256.theme +#include /usr/share/doc/task/rc/solarized-dark-256.theme +#include /usr/share/doc/task/rc/solarized-light-256.theme +#include /usr/share/doc/task/rc/no-color.theme + +taskd.server=freecinc.com:53589 +taskd.key=\/home\/chosty\/.task\/freecinc_d4e7fbb1.key.pem +taskd.certificate=\/home\/chosty\/.task\/freecinc_d4e7fbb1.cert.pem +taskd.ca=\/home\/chosty\/.task\/freecinc_d4e7fbb1.ca.pem +taskd.credentials= diff --git a/.zshrc b/.zshrc index 65b8dbe..0be6798 100644 --- a/.zshrc +++ b/.zshrc @@ -60,6 +60,7 @@ plugins=( fasd docker rand-quote + taskwarrior ) source $ZSH/oh-my-zsh.sh