mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-20 11:54:23 +02:00
39 lines
No EOL
593 B
JSON
39 lines
No EOL
593 B
JSON
{
|
|
"left": [
|
|
{
|
|
"type": "workspaces"
|
|
},
|
|
{
|
|
"type": "launcher",
|
|
"icon_theme": "Paper",
|
|
"favorites": ["firefox", "discord", "Steam"],
|
|
"show_names": false
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
} |