mirror of
https://github.com/JakeStanger/ironbar.git
synced 2025-01-08 17:31:11 +03:00
docs(volume): update deprecated volume token (#567)
This commit is contained in:
parent
57de8c3ea4
commit
1971f3bb1e
@ -81,7 +81,7 @@ let {
|
|||||||
|
|
||||||
$volume = {
|
$volume = {
|
||||||
type = "volume"
|
type = "volume"
|
||||||
format = "{icon} {volume}%"
|
format = "{icon} {percentage}%"
|
||||||
max_volume = 100
|
max_volume = 100
|
||||||
icons.volume_high = ""
|
icons.volume_high = ""
|
||||||
icons.volume_medium = ""
|
icons.volume_medium = ""
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "volume",
|
"type": "volume",
|
||||||
"format": "{icon} {volume}%",
|
"format": "{icon} {percentage}%",
|
||||||
"max_volume": 100,
|
"max_volume": 100,
|
||||||
"icons": {
|
"icons": {
|
||||||
"volume_high": "",
|
"volume_high": "",
|
||||||
|
@ -71,7 +71,7 @@ networks = 3
|
|||||||
|
|
||||||
[[end]]
|
[[end]]
|
||||||
type = "volume"
|
type = "volume"
|
||||||
format = "{icon} {volume}%"
|
format = "{icon} {percentage}%"
|
||||||
max_volume = 100
|
max_volume = 100
|
||||||
|
|
||||||
[end.icons]
|
[end.icons]
|
||||||
|
@ -51,7 +51,7 @@ end:
|
|||||||
- {load_average:1} | {load_average:5} | {load_average:15}
|
- {load_average:1} | {load_average:5} | {load_average:15}
|
||||||
- {uptime}
|
- {uptime}
|
||||||
- type: volume
|
- type: volume
|
||||||
format: '{icon} {volume}%'
|
format: '{icon} {percentage}%'
|
||||||
max_volume: 100
|
max_volume: 100
|
||||||
icons:
|
icons:
|
||||||
volume_high:
|
volume_high:
|
||||||
|
Loading…
Reference in New Issue
Block a user