feat(waybar): add RAM usage module

This commit is contained in:
2026-02-09 14:49:15 +00:00
parent ad85c16268
commit 770925b66a
2 changed files with 14 additions and 5 deletions

View File

@@ -7,7 +7,8 @@
"modules-left": [
"clock",
"cpu"
"cpu",
"memory"
],
"modules-center": ["hyprland/workspaces"],
@@ -46,7 +47,10 @@
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
},
"memory": {
"interval": 1,
"format": "{used:0.1f}G/{total:0.1f}G "
},
"pulseaudio": {
"format": "{icon} {volume}%",