waybar: add more rice to it

This commit is contained in:
Oleksandr Smirnov 2025-06-13 17:04:07 +03:00
parent e30bf568c8
commit 1707808710
No known key found for this signature in database
4 changed files with 31 additions and 12 deletions

View file

@ -6,18 +6,15 @@
"clock": {
"format": " {:%a, %d %b %H:%M}", // replace %I with %H for 24h format
"tooltip": true,
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"on-click": "morgen"
},
"battery": {
"format": "{icon} {capacity}%",
"format-charging": "{icon} {capacity}%",
"format-plugged": "{capacity}% ",
"format-alt": "{icon} {time}",
"format-icons": ["", "", "", "", ""],
"tooltip": false,
"tooltip": true,
"tooltip-format": "Left {time} \nHealth: {health}",
"states": {
"good": 95,
"warning": 30,
@ -25,6 +22,18 @@
}
},
"power-profiles-daemon": {
"format": "{icon}",
"tooltip-format": "{profile}",
"tooltip": true,
"format-icons": {
"default": "",
"performance": "",
"balanced": "",
"power-saver": ""
}
},
"memory": {
"format": "󰍛 {used}",
"interval": 5