h
This commit is contained in:
parent
83d9282898
commit
0d0ac80bb5
6 changed files with 38 additions and 7 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"position": "top",
|
||||
"modules-center": ["group/mpdg"],
|
||||
"modules-left": ["group/dtray"],
|
||||
"modules-right": ["clock", "wireplumber"],
|
||||
"modules-right": ["battery", "battery#bat1", "battery#bat2", "clock", "wireplumber"],
|
||||
|
||||
|
||||
"group/dtray": {
|
||||
|
|
@ -60,5 +60,20 @@
|
|||
"format": "{title} - {album} - {artist}",
|
||||
"format-paused": "{title} - {album} - {artist}",
|
||||
},
|
||||
"battery": {
|
||||
"bat": "BAT0",
|
||||
"interval": 5,
|
||||
"format-icons": [" ", " ", " ", " ", " "],
|
||||
"format": "{icon} {capacity}%",
|
||||
"tooltip-format": "BAT0, {power}W"
|
||||
},
|
||||
"battery#bat1": {
|
||||
"bat": "BAT1",
|
||||
"tooltip-format": "BAT1, {power}W"
|
||||
},
|
||||
"battery#bat2": {
|
||||
"bat": "BAT2",
|
||||
"tooltip-format": "BAT2, {power}W"
|
||||
},
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue