mirror of
https://github.com/JakeStanger/ironbar.git
synced 2024-11-23 08:11:48 +03:00
06cfad62e2
* feat: more positioning options Can now display the bar on the left/right, and avoid anchoring to edges to centre the bar. BREAKING CHANGE: The `left` and `right` config options have been renamed to `start` and `end`
43 lines
624 B
JSON
43 lines
624 B
JSON
{
|
|
"start": [
|
|
{
|
|
"type": "workspaces"
|
|
},
|
|
{
|
|
"type": "launcher",
|
|
"icon_theme": "Paper",
|
|
"favorites": [
|
|
"firefox",
|
|
"discord",
|
|
"Steam"
|
|
],
|
|
"show_names": false
|
|
}
|
|
],
|
|
"end": [
|
|
{
|
|
"type": "mpd"
|
|
},
|
|
{
|
|
"type": "mpd",
|
|
"host": "chloe:6600"
|
|
},
|
|
{
|
|
"path": "/home/jake/bin/phone-battery",
|
|
"type": "script"
|
|
},
|
|
{
|
|
"format": [
|
|
"{cpu-percent}% ",
|
|
"{memory-percent}% "
|
|
],
|
|
"type": "sys-info"
|
|
},
|
|
{
|
|
"type": "tray"
|
|
},
|
|
{
|
|
"type": "clock"
|
|
}
|
|
]
|
|
} |