parent
6e277d9566
commit
f61917cbaa
9 changed files with 164 additions and 0 deletions
28
tests/modules/programs/fastfetch/basic-configuration.jsonc
Executable file
28
tests/modules/programs/fastfetch/basic-configuration.jsonc
Executable file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"display": {
|
||||
"binaryPrefix": "si",
|
||||
"color": "blue",
|
||||
"separator": " "
|
||||
},
|
||||
"logo": {
|
||||
"padding": {
|
||||
"right": 1
|
||||
},
|
||||
"source": "nixos_small"
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"format": "{1}-{3}-{11}",
|
||||
"key": "Date",
|
||||
"type": "datetime"
|
||||
},
|
||||
{
|
||||
"format": "{14}:{17}:{20}",
|
||||
"key": "Time",
|
||||
"type": "datetime"
|
||||
},
|
||||
"break",
|
||||
"player",
|
||||
"media"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue