Added date
This commit is contained in:
parent
b806aadaae
commit
f3c2946dc5
@ -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"],
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -59,6 +59,3 @@
|
||||
(package! terraform-mode)
|
||||
; add typescript major mode
|
||||
(package! typescript-mode)
|
||||
; chezmoi management functions
|
||||
(package! chezmoi)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user