amelioration de la barre d'informations

This commit is contained in:
2026-03-20 22:57:23 +01:00
parent e26c068d84
commit ef8c6aac09
2 changed files with 41 additions and 8 deletions

View File

@@ -1,9 +1,13 @@
{
"layer": "top",
"position": "top",
"modules-left": ["sway/workspaces"],
"modules-left": ["image", "sway/workspaces"],
"modules-center" : ["cpu", "memory", "disk", "pulseaudio", "battery", "network"],
"modules-right": ["clock"],
"image":{
"path": "/home/thomas/Pictures/alpidebian.png",
"size": 20,
},
"cpu": {
"format": "[CPU : {avg_frequency}%]"
},