Fix waybar volume and bat
This commit is contained in:
parent
4cb532ef06
commit
aef0085c5f
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,8 @@
|
||||||
"\uf028"
|
"\uf028"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"on-click": "pavucontrol"
|
"on-click": "pavucontrol",
|
||||||
|
"reverse-scrolling": true
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"states": {
|
"states": {
|
||||||
|
@ -94,7 +95,6 @@
|
||||||
"format-warning": "{icon} {capacity}%",
|
"format-warning": "{icon} {capacity}%",
|
||||||
"format-critical": "{icon} {capacity}%",
|
"format-critical": "{icon} {capacity}%",
|
||||||
"format-charging": "\uf1e6 {capacity}%",
|
"format-charging": "\uf1e6 {capacity}%",
|
||||||
"format-plugged": "\uf1e6 {capacity}%",
|
|
||||||
"format-alt": "{icon} {time}",
|
"format-alt": "{icon} {time}",
|
||||||
"format-full": "{capacity}%",
|
"format-full": "{capacity}%",
|
||||||
"format-icons": [
|
"format-icons": [
|
||||||
|
|
Loading…
Reference in a new issue