1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-24 08:26:06 +02:00
This commit is contained in:
eoli3n 2020-05-11 09:28:06 +02:00
parent 25c5ca9028
commit 17fab0d9c8
3 changed files with 5 additions and 1 deletions

3
TODO
View File

@ -27,6 +27,9 @@
- wob styling : https://github.com/francma/wob/issues/38 - wob styling : https://github.com/francma/wob/issues/38
- wofi issues : https://todo.sr.ht/~scoopta/wofi - wofi issues : https://todo.sr.ht/~scoopta/wofi
# IMPROVMENTS
- dynamic username: sed 's/user/{{ user }}/g' and use templating
#TEST #TEST
- repair travis runs - repair travis runs
- wf-recorder - wf-recorder

View File

@ -1,2 +1,3 @@
--- ---
font: jetbrains mono font: jetbrains mono
user: user

View File

@ -35,7 +35,7 @@ defaults:
tls: false tls: false
# Where to put log files # Where to put log files
log_dir: '~/.tiny_logs' log_dir: '/home/{{ user }}/.tiny_logs'
# How to show timestamps. Should be a valid strftime() format string. Run `man # How to show timestamps. Should be a valid strftime() format string. Run `man
# strftime` in your shell for strftime format specification. # strftime` in your shell for strftime format specification.