fastfetch noice
This commit is contained in:
@@ -9,6 +9,14 @@
|
|||||||
},
|
},
|
||||||
"display": {
|
"display": {
|
||||||
"separator": "",
|
"separator": "",
|
||||||
|
"bar": {
|
||||||
|
"border": null,
|
||||||
|
"char": {
|
||||||
|
"elapsed": "█",
|
||||||
|
"total": "░"
|
||||||
|
},
|
||||||
|
"width": 20
|
||||||
|
},
|
||||||
"constants": [
|
"constants": [
|
||||||
// CONSTANT {$1} - COLOR BACKGROUND FOR KEY
|
// CONSTANT {$1} - COLOR BACKGROUND FOR KEY
|
||||||
"\u001b[48;2;43;43;69m",
|
"\u001b[48;2;43;43;69m",
|
||||||
@@ -87,9 +95,82 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "disk",
|
"type": "disk",
|
||||||
"key": "{#90}{$1}│ {#91}Disk {#90}│",
|
"folders": "/",
|
||||||
|
"key": "{#90}{$1}│ {#91}Disk / {#90}│",
|
||||||
"format": "{$2}{$3}{size-used} / {size-total} ({size-percentage}{$2})"
|
"format": "{$2}{$3}{size-used} / {size-total} ({size-percentage}{$2})"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "disk",
|
||||||
|
"folders": "/",
|
||||||
|
"key": "\u001b[1A\u001b[110G",
|
||||||
|
"format": "",
|
||||||
|
"percent": { "type": ["bar", "hide-others"] }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "disk",
|
||||||
|
"folders": "/mnt/anbau",
|
||||||
|
"key": "{#90}{$1}│ {#91}Disk anbau {#90}│",
|
||||||
|
"format": "{$2}{$3}{size-used} / {size-total} ({size-percentage}{$2})"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "disk",
|
||||||
|
"folders": "/mnt/anbau",
|
||||||
|
"key": "\u001b[1A\u001b[110G",
|
||||||
|
"format": "",
|
||||||
|
"percent": { "type": ["bar", "hide-others"] }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "disk",
|
||||||
|
"folders": "/mnt/bilder",
|
||||||
|
"key": "{#90}{$1}│ {#91}Disk bilder {#90}│",
|
||||||
|
"format": "{$2}{$3}{size-used} / {size-total} ({size-percentage}{$2})"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "disk",
|
||||||
|
"folders": "/mnt/bilder",
|
||||||
|
"key": "\u001b[1A\u001b[110G",
|
||||||
|
"format": "",
|
||||||
|
"percent": { "type": ["bar", "hide-others"] }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "disk",
|
||||||
|
"folders": "/mnt/hidrive",
|
||||||
|
"key": "{#90}{$1}│ {#91}Disk hidrive{#90}│",
|
||||||
|
"format": "{$2}{$3}{size-used} / {size-total} ({size-percentage}{$2})"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "disk",
|
||||||
|
"folders": "/mnt/hidrive",
|
||||||
|
"key": "\u001b[1A\u001b[110G",
|
||||||
|
"format": "",
|
||||||
|
"percent": { "type": ["bar", "hide-others"] }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "disk",
|
||||||
|
"folders": "/mnt/mathieu",
|
||||||
|
"key": "{#90}{$1}│ {#91}Disk mathieu{#90}│",
|
||||||
|
"format": "{$2}{$3}{size-used} / {size-total} ({size-percentage}{$2})"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "disk",
|
||||||
|
"folders": "/mnt/mathieu",
|
||||||
|
"key": "\u001b[1A\u001b[110G",
|
||||||
|
"format": "",
|
||||||
|
"percent": { "type": ["bar", "hide-others"] }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "disk",
|
||||||
|
"folders": "/mnt/spielplatz",
|
||||||
|
"key": "{#90}{$1}│ {#91}Disk splatz {#90}│",
|
||||||
|
"format": "{$2}{$3}{size-used} / {size-total} ({size-percentage}{$2})"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "disk",
|
||||||
|
"folders": "/mnt/spielplatz",
|
||||||
|
"key": "\u001b[1A\u001b[110G",
|
||||||
|
"format": "",
|
||||||
|
"percent": { "type": ["bar", "hide-others"] }
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "poweradapter",
|
"type": "poweradapter",
|
||||||
"key": "{#90}{$1}│ {#91}Power {#90}│",
|
"key": "{#90}{$1}│ {#91}Power {#90}│",
|
||||||
|
|||||||
Reference in New Issue
Block a user