Skip to content

Commit

Permalink
docs(volume): update deprecated volume token (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
drendog authored May 1, 2024
1 parent 57de8c3 commit 1971f3b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/config.corn
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ let {

$volume = {
type = "volume"
format = "{icon} {volume}%"
format = "{icon} {percentage}%"
max_volume = 100
icons.volume_high = "󰕾"
icons.volume_medium = "󰖀"
Expand Down
2 changes: 1 addition & 1 deletion examples/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
{
"type": "volume",
"format": "{icon} {volume}%",
"format": "{icon} {percentage}%",
"max_volume": 100,
"icons": {
"volume_high": "󰕾",
Expand Down
2 changes: 1 addition & 1 deletion examples/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ networks = 3

[[end]]
type = "volume"
format = "{icon} {volume}%"
format = "{icon} {percentage}%"
max_volume = 100

[end.icons]
Expand Down
2 changes: 1 addition & 1 deletion examples/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 󰕾
Expand Down

0 comments on commit 1971f3b

Please sign in to comment.