mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 12:55:13 +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",
|
"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": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue