diff --git a/de/home/.config/waybar/config b/de/home/.config/waybar/config
index 9d9ceed..d986d0f 100644
--- a/de/home/.config/waybar/config
+++ b/de/home/.config/waybar/config
@@ -49,8 +49,9 @@
// Clock
"clock": {
- "tooltip-format": "{:%Y %B}\n{calendar}",
- "format-alt": "{:%Y-%m-%d}"
+ "format": "{:%Y-%m-%d} {:%H:%M}",
+ "tooltip-format": "{:%Y %B}\n{calendar}"
+// "format-alt": "{$B $0d, %y} {:%H:%M}"
},
// CPU
diff --git a/default/home/.gitconfig b/default/home/.gitconfig
new file mode 100644
index 0000000..df582ce
--- /dev/null
+++ b/default/home/.gitconfig
@@ -0,0 +1,8 @@
+# This is Git's per-user configuration file.
+[user]
+# Please adapt and uncomment the following lines:
+ name = Penelope Gwen
+ email = support@pogmom.me
+
+[core]
+ editor = /usr/bin/nano
diff --git a/default/include b/default/include
index c659e16..4804413 100644
--- a/default/include
+++ b/default/include
@@ -1,2 +1,3 @@
.sapphrc/default
.config/hyfetch.json
+.gitconfig