1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 11:24:24 +02:00

docs(examples): fix casing of steam in launcher favourites

This commit is contained in:
Jake Stanger 2023-05-07 16:52:05 +01:00
parent 327e345630
commit 13d39235ad
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ let {
$launcher = {
type = "launcher"
favorites = ["firefox" "discord" "Steam"]
favorites = ["firefox" "discord" "steam"]
show_names = false
show_icons = true
}

View file

@ -121,7 +121,7 @@
"favorites": [
"firefox",
"discord",
"Steam"
"steam"
],
"show_icons": true,
"show_names": false,

View file

@ -113,7 +113,7 @@ type = 'launcher'
favorites = [
'firefox',
'discord',
'Steam',
'steam',
]
[[start]]

View file

@ -78,7 +78,7 @@ start:
- favorites:
- firefox
- discord
- Steam
- steam
show_icons: true
show_names: false
type: launcher