mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
docs(examples): fix casing of steam in launcher favourites
This commit is contained in:
parent
327e345630
commit
13d39235ad
4 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ let {
|
||||||
|
|
||||||
$launcher = {
|
$launcher = {
|
||||||
type = "launcher"
|
type = "launcher"
|
||||||
favorites = ["firefox" "discord" "Steam"]
|
favorites = ["firefox" "discord" "steam"]
|
||||||
show_names = false
|
show_names = false
|
||||||
show_icons = true
|
show_icons = true
|
||||||
}
|
}
|
||||||
|
|
|
@ -121,7 +121,7 @@
|
||||||
"favorites": [
|
"favorites": [
|
||||||
"firefox",
|
"firefox",
|
||||||
"discord",
|
"discord",
|
||||||
"Steam"
|
"steam"
|
||||||
],
|
],
|
||||||
"show_icons": true,
|
"show_icons": true,
|
||||||
"show_names": false,
|
"show_names": false,
|
||||||
|
|
|
@ -113,7 +113,7 @@ type = 'launcher'
|
||||||
favorites = [
|
favorites = [
|
||||||
'firefox',
|
'firefox',
|
||||||
'discord',
|
'discord',
|
||||||
'Steam',
|
'steam',
|
||||||
]
|
]
|
||||||
|
|
||||||
[[start]]
|
[[start]]
|
||||||
|
|
|
@ -78,7 +78,7 @@ start:
|
||||||
- favorites:
|
- favorites:
|
||||||
- firefox
|
- firefox
|
||||||
- discord
|
- discord
|
||||||
- Steam
|
- steam
|
||||||
show_icons: true
|
show_icons: true
|
||||||
show_names: false
|
show_names: false
|
||||||
type: launcher
|
type: launcher
|
||||||
|
|
Loading…
Add table
Reference in a new issue