Added date

This commit is contained in:
Joachim Nielandt 2022-06-08 17:15:35 +02:00
parent b806aadaae
commit f3c2946dc5
3 changed files with 2 additions and 10 deletions

View File

@ -14,6 +14,7 @@
"clock": {
//"timezone": "America/New_York",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format": "{:%H:%M %d/%m/%Y}",
"format-alt": "{:%Y-%m-%d}"
},
}
@ -96,12 +97,6 @@
// "icon-size": 21,
"spacing": 10
},
"clock": {
//"timezone": "America/New_York",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format": "{:%H:%M %d/%m/%Y}",
"format-alt": "{:%Y-%m-%d}"
},
"cpu": {
"format": "{usage}%  {icon}",
"format-icons": ["x", "y", "z"],

View File

@ -47,7 +47,7 @@
;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!
(setq org-directory "~/org/")
(setq org-directory (file-truename "~/org-roam"))
;; Whenever you reconfigure a package, make sure to wrap your config in an
;; `after!' block, otherwise Doom's defaults may override your settings. E.g.

View File

@ -59,6 +59,3 @@
(package! terraform-mode)
; add typescript major mode
(package! typescript-mode)
; chezmoi management functions
(package! chezmoi)