1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-20 11:54:23 +02:00
ironbar/examples/config.json

39 lines
593 B
JSON
Raw Normal View History

{
2022-09-25 22:49:54 +01:00
"left": [
{
"type": "workspaces"
},
{
"type": "launcher",
"icon_theme": "Paper",
"favorites": ["firefox", "discord", "Steam"],
"show_names": false
}
2022-09-25 22:49:54 +01:00
],
"right": [
{
"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"
}
]
}