mirror of
https://github.com/LucasVbr/dotfiles.git
synced 2026-05-13 17:12:10 +00:00
Update config.jsonc
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"multithreading": true
|
"multithreading": true
|
||||||
},
|
},
|
||||||
"display": {
|
"display": {
|
||||||
"separator": " "
|
"separator": " "
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
"break",
|
"break",
|
||||||
@@ -24,42 +24,47 @@
|
|||||||
},
|
},
|
||||||
"break",
|
"break",
|
||||||
{
|
{
|
||||||
"key": " Date/Heure",
|
|
||||||
"keyColor": "yellow",
|
|
||||||
"type": "datetime",
|
"type": "datetime",
|
||||||
|
"key": "",
|
||||||
|
"keyColor": "yellow",
|
||||||
|
"outputColor": "yellow",
|
||||||
"format": "{weekday} {day-in-month} {month-name}, {hour-pretty}:{minute-pretty}:{second-pretty}"
|
"format": "{weekday} {day-in-month} {month-name}, {hour-pretty}:{minute-pretty}:{second-pretty}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": " Batterie",
|
|
||||||
"keyColor": "green",
|
|
||||||
"type": "battery",
|
"type": "battery",
|
||||||
|
"key": "",
|
||||||
|
"keyColor": "green",
|
||||||
"format": "{capacity}"
|
"format": "{capacity}"
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
"key": " Météo",
|
// "key": " Météo",
|
||||||
"keyColor": "blue",
|
// "keyColor": "blue",
|
||||||
"type": "weather"
|
// "type": "weather"
|
||||||
},
|
// },
|
||||||
"break",
|
"break",
|
||||||
{
|
{
|
||||||
"key": " OS",
|
"type": "os",
|
||||||
|
"key": "",
|
||||||
"keyColor": "red",
|
"keyColor": "red",
|
||||||
"type": "os"
|
"outputColor": "red"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": " Machine",
|
"type": "host",
|
||||||
|
"key": "",
|
||||||
"keyColor": "magenta",
|
"keyColor": "magenta",
|
||||||
"type": "host"
|
"outputColor": "magenta"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": " Kernel",
|
"type": "kernel",
|
||||||
|
"key": "",
|
||||||
"keyColor": "blue",
|
"keyColor": "blue",
|
||||||
"type": "kernel"
|
"outputColor": "blue"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": " CPU",
|
"type": "cpu",
|
||||||
|
"key": "",
|
||||||
"keyColor": "green",
|
"keyColor": "green",
|
||||||
"type": "cpu"
|
"outputColor": "green",
|
||||||
},
|
},
|
||||||
"break",
|
"break",
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user