Add timewarrior config
This commit is contained in:
parent
940e8f2fea
commit
4518f0efb0
2 changed files with 127 additions and 0 deletions
40
home/dot_config/private_timewarrior/private_timewarrior.cfg
Normal file
40
home/dot_config/private_timewarrior/private_timewarrior.cfg
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
reports.summary.ids = yes
|
||||
reports.summary.annotations = yes
|
||||
|
||||
reports.day.hours = auto
|
||||
reports.day.spacing = 8
|
||||
reports.day.lines = 3
|
||||
|
||||
reports.week.hours = auto
|
||||
reports.week.spacing = 8
|
||||
reports.week.lines = 2
|
||||
|
||||
reports.month.hours = auto
|
||||
|
||||
define exclusions:
|
||||
monday = <08:30 >17:30
|
||||
tuesday = <08:30 >17:30
|
||||
wednesday = <08:30 >17:30
|
||||
thursday = <08:30 >17:30
|
||||
friday = <08:30 >17:30
|
||||
saturday = >00:00
|
||||
sunday = >00:00
|
||||
|
||||
import /usr/share/doc/timew/themes/dark.theme
|
||||
|
||||
theme.colors.label = gray18
|
||||
define theme:
|
||||
palette:
|
||||
color01 = "black on red"
|
||||
color02 = "black on blue"
|
||||
color03 = "black on green"
|
||||
color04 = "black on magenta"
|
||||
color05 = "black on cyan"
|
||||
color06 = "black on yellow"
|
||||
color07 = "black on white"
|
||||
color08 = "white on bright red"
|
||||
color09 = "white on bright blue"
|
||||
color10 = "black on bright green"
|
||||
color11 = "black on bright magenta"
|
||||
color12 = "black on bright cyan"
|
||||
color13 = "black on bright yellow"
|
||||
Loading…
Add table
Add a link
Reference in a new issue