mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
f61917cbaa
PR #5363
28 lines
424 B
Text
Executable file
28 lines
424 B
Text
Executable file
{
|
|
"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"
|
|
]
|
|
}
|