New backup 2024-06-25 13:45:02
This commit is contained in:
parent
e23ff9f247
commit
5567825b0b
3 changed files with 12 additions and 2 deletions
|
@ -49,8 +49,9 @@
|
|||
|
||||
// Clock
|
||||
"clock": {
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||
"format-alt": "{:%Y-%m-%d}"
|
||||
"format": "{:%Y-%m-%d} <bold>{:%H:%M}</bold>",
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
||||
// "format-alt": "{$B $0d, %y} <bold>{:%H:%M}</bold>"
|
||||
},
|
||||
|
||||
// CPU
|
||||
|
|
8
default/home/.gitconfig
Normal file
8
default/home/.gitconfig
Normal file
|
@ -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
|
|
@ -1,2 +1,3 @@
|
|||
.sapphrc/default
|
||||
.config/hyfetch.json
|
||||
.gitconfig
|
||||
|
|
Loading…
Add table
Reference in a new issue