Skip to content

Instantly share code, notes, and snippets.

@HarshadRanganathan
Last active February 13, 2022 20:44
Show Gist options
  • Save HarshadRanganathan/e2795e2adf3fd6badc08faeeae2d609a to your computer and use it in GitHub Desktop.
Save HarshadRanganathan/e2795e2adf3fd6badc08faeeae2d609a to your computer and use it in GitHub Desktop.
WTF Config
wtf:
colors:
border:
focusable: darkslateblue
focused: orange
normal: gray
grid:
columns: [32, 32, 32, 32, 90]
rows: [10, 10, 10, 4, 4, 90]
refreshInterval: 1
mods:
clocks_a:
colors:
rows:
even: "lightblue"
odd: "white"
enabled: true
locations:
Dublin: "Europe/Dublin"
India: "Asia/Kolkata"
EST: "America/New_York"
position:
top: 0
left: 0
height: 1
width: 1
refreshInterval: 15
sort: "alphabetical"
title: "Clocks"
type: "clocks"
todo_a:
checkedIcon: "X"
colors:
checked: gray
highlight:
fore: "black"
back: "orange"
enabled: true
filename: "todo.yml"
position:
top: 0
left: 1
height: 2
width: 2
refreshInterval: 1h
title: "TODO"
type: "todo"
todo_b:
checkedIcon: "X"
colors:
checked: gray
highlight:
fore: "black"
back: "orange"
enabled: true
filename: "priorities.yml"
position:
top: 0
left: 3
height: 2
width: 2
refreshInterval: 1h
title: "Priorities"
type: "todo"
learning:
checkedIcon: "X"
colors:
checked: gray
highlight:
fore: "black"
back: "orange"
enabled: true
filename: "learnings.yml"
position:
top: 3
left: 0
height: 2
width: 2
refreshInterval: 1h
title: "Learnings"
type: "todo"
thankyou:
checkedIcon: "X"
colors:
checked: gray
highlight:
fore: "black"
back: "orange"
enabled: true
filename: "thankyou.yml"
position:
top: 3
left: 2
height: 2
width: 2
refreshInterval: 1h
title: "ThankYou"
type: "todo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment