diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-04-24 17:55:46 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-04-24 17:55:46 +0200 |
| commit | 71c18f5d5da18862eea8b68f114772e68bdbbbc5 (patch) | |
| tree | 815d1de4438d41cea4e4c21fb0c9bbfb2e2b78e7 /.config/quand | |
| parent | 020b61da64d05907bf9406eae92fcca7da7e021c (diff) | |
add: dotfiles/configs
Diffstat (limited to '.config/quand')
| -rw-r--r-- | .config/quand/config | 9 | ||||
| -rw-r--r-- | .config/quand/config~ | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/.config/quand/config b/.config/quand/config new file mode 100644 index 0000000..a8bbdb8 --- /dev/null +++ b/.config/quand/config @@ -0,0 +1,9 @@ +calendar=/tmp/calendar +header=0 +past=0 +future=1 +mondayfirst=1 +yesterday="\033[36myesterday " +today="\033[35;1mtoday " +tomorrow="\033[32mtomorrow " +special="\033[33;3m*special* "
\ No newline at end of file diff --git a/.config/quand/config~ b/.config/quand/config~ new file mode 100644 index 0000000..6b74b64 --- /dev/null +++ b/.config/quand/config~ @@ -0,0 +1,9 @@ +calendar=/tmp/calendar +header=0 +past=0 +future=5 +mondayfirst=1 +yesterday="\033[36myesterday " +today="\033[35;1mtoday " +tomorrow="\033[32mtomorrow " +special="\033[33;3m*special* "
\ No newline at end of file |
