feat: adds power-profiles-daemon to waybar; remove tooltip for powerdraw module

This commit is contained in:
Ahwx 2026-01-26 21:05:18 +01:00
parent 7a844ee3cb
commit 299b2f1a56

View file

@ -288,7 +288,8 @@
"orientation": "horizontal", "orientation": "horizontal",
"modules": [ "modules": [
"battery", "battery",
"custom/powerdraw" "custom/powerdraw",
"power-profiles-daemon"
], ],
"drawer": { "drawer": {
"transition-left-to-right": false, "transition-left-to-right": false,
@ -318,6 +319,14 @@
"custom/powerdraw": { "custom/powerdraw": {
"interval": 60, "interval": 60,
"exec": "~/.local/bin/waybar-powerdraw", "exec": "~/.local/bin/waybar-powerdraw",
"tooltip": false,
},
"power-profiles-daemon": {
"interval": 60,
"format": "{profile}",
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",
"tooltip": true,
}, },
"group/clock": { "group/clock": {