
All modules have the same light orange color on dark background. Font size increased for better reading
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
"height": 30,
|
|
"mode": "dock",
|
|
"modules-left": ["sway/workspaces"],
|
|
"modules-center": ["clock"],
|
|
"modules-right": ["wireplumber", "backlight", "sway/language", "temperature", "cpu", "memory", "battery", "tray"],
|
|
"temperature":
|
|
{
|
|
"format": " {temperatureC}",
|
|
"format-critical": " {temperatureC} ",
|
|
"critical-threshold": 70
|
|
},
|
|
"tray":
|
|
{
|
|
"spacing": 5,
|
|
"icon-size": 25
|
|
},
|
|
"cpu":
|
|
{
|
|
"format": " {usage} "
|
|
},
|
|
"memory":
|
|
{
|
|
"format" : " {percentage} "
|
|
},
|
|
"battery":
|
|
{
|
|
"format": "{icon} {capacity} ",
|
|
"format-icons": ["", "", "", "", "", "", "", "", ""],
|
|
"states": {
|
|
"critical": 15,
|
|
"warning": 30
|
|
}
|
|
},
|
|
"wireplumber":
|
|
{
|
|
"format": " {volume} ",
|
|
"format-muted": "",
|
|
"max-volume": 100,
|
|
"on-click": ""
|
|
},
|
|
"backlight":
|
|
{
|
|
"format": "{icon} {percent} ",
|
|
"format-icons": ["", "", "", "", "", "", "", "", ""]
|
|
},
|
|
"sway/language":
|
|
{
|
|
"format": "{flag} {short}({variant})"
|
|
},
|
|
"clock":
|
|
{
|
|
"format": "{:L%A %d %B %Y | %H:%M} ",
|
|
"locale": "fr_FR.utf8"
|
|
}
|
|
}
|
|
|