Last active
February 13, 2022 20:44
-
-
Save HarshadRanganathan/e2795e2adf3fd6badc08faeeae2d609a to your computer and use it in GitHub Desktop.
WTF Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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