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