mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 04:45:14 +08:00
feat: adds power-profiles-daemon to waybar; remove tooltip for powerdraw module
This commit is contained in:
parent
7a844ee3cb
commit
299b2f1a56
1 changed files with 10 additions and 1 deletions
|
|
@ -288,7 +288,8 @@
|
|||
"orientation": "horizontal",
|
||||
"modules": [
|
||||
"battery",
|
||||
"custom/powerdraw"
|
||||
"custom/powerdraw",
|
||||
"power-profiles-daemon"
|
||||
],
|
||||
"drawer": {
|
||||
"transition-left-to-right": false,
|
||||
|
|
@ -318,6 +319,14 @@
|
|||
"custom/powerdraw": {
|
||||
"interval": 60,
|
||||
"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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue