ajout d'interstices et bords arrondis a la barre

This commit is contained in:
2026-03-20 01:21:47 +01:00
parent 5f4a9cb976
commit e26c068d84
3 changed files with 25 additions and 4 deletions

View File

@@ -2,9 +2,24 @@
"layer": "top",
"position": "top",
"modules-left": ["sway/workspaces"],
"modules-center": ["clock"],
"modules-right" : ["pulseaudio", "battery"],
"modules-center" : ["cpu", "memory", "disk", "pulseaudio", "battery", "network"],
"modules-right": ["clock"],
"cpu": {
"format": "[CPU : {avg_frequency}%]"
},
"memory": {
"format": "[RAM : {percentage}%]"
},
"disk": {
"format": "[Disk : {percentage_used}%]"
},
"pulseaudio":{
"format": "[Vol : {volume}%]"
},
"battery": {
"format": "[BAT : {capacity}%]"
},
"network": {
"format": "[Net : {bandwidthTotalBytes}]"
}
}