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

Merge branch 'master' into feat/networkmanager

This commit is contained in:
Reinout Meliesie 2024-04-30 00:11:17 +02:00
commit 30613754ad
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
14 changed files with 157 additions and 28 deletions

View file

@ -47,7 +47,7 @@ Supports plain text and images.
type = "clipboard"
max_items = 3
[[end.truncate]]
[end.truncate]
mode = "end"
length = 50
```

View file

@ -18,7 +18,7 @@ Optionally displays a launchable set of favourites.
| `show_names` | `boolean` | `false` | Whether to show app names on the button label. Names will still show on tooltips when set to false. |
| `show_icons` | `boolean` | `true` | Whether to show app icons on the button. |
| `icon_size` | `integer` | `32` | Size to render icon at (image icons only). |
| `reversed` | `boolean` | `false` | Whether to reverse the order of favorites/items |
<details>
<summary>JSON</summary>
@ -32,7 +32,8 @@ Optionally displays a launchable set of favourites.
"discord"
],
"show_names": false,
"show_icons": true
"show_icons": true,
"reversed": false
}
]
}
@ -51,6 +52,7 @@ type = "launcher"
favorites = ["firefox", "discord"]
show_names = false
show_icons = true
reversed = false
```
</details>
@ -66,6 +68,7 @@ start:
- discord
show_names: false
show_icons: true
reversed: false
```
</details>
@ -81,7 +84,7 @@ start:
favorites = [ "firefox" "discord" ]
show_names = false
show_icons = true
reversed = false
}
]
}

View file

@ -69,7 +69,7 @@ format = "{title} / {artist}"
music_dir = "/home/jake/Music"
truncate = "end"
[[start.icons]]
[start.icons]
play = ""
pause = ""
```

View file

@ -54,7 +54,7 @@ Clicking the widget opens the SwayNC panel.
type = "notifications"
show_count = true
[[end.icons]]
[end.icons]
closed_none = "󰍥"
closed_some = "󱥂"
closed_dnd = "󱅯"

View file

@ -52,7 +52,7 @@ type = "volume"
format = "{icon} {percentage}%"
max_volume = 100
[[end.icons]]
[end.icons]
volume_high = "󰕾"
volume_medium = "󰖀"
volume_low = "󰕿"

View file

@ -48,7 +48,7 @@ type = "workspaces"
all_monitors = false
favorites = ["1", "2", "3"]
[[end.name_map]]
[end.name_map]
1 = ""
2 = ""
3 = ""