mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
This commit makes the monitor configuration option for the komorebi-bar optional, defaulting to index 0.
73 lines
1.2 KiB
JSON
73 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.40/schema.bar.json",
|
|
"font_family": "JetBrains Mono",
|
|
"theme": {
|
|
"palette": "Base16",
|
|
"name": "Ashes",
|
|
"accent": "Base0D"
|
|
},
|
|
"left_widgets": [
|
|
{
|
|
"Komorebi": {
|
|
"workspaces": {
|
|
"enable": true,
|
|
"hide_empty_workspaces": false
|
|
},
|
|
"layout": {
|
|
"enable": true
|
|
},
|
|
"focused_window": {
|
|
"enable": true,
|
|
"show_icon": true
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"right_widgets": [
|
|
{
|
|
"Update": {
|
|
"enable": true
|
|
}
|
|
},
|
|
{
|
|
"Media": {
|
|
"enable": true
|
|
}
|
|
},
|
|
{
|
|
"Storage": {
|
|
"enable": true
|
|
}
|
|
},
|
|
{
|
|
"Memory": {
|
|
"enable": true
|
|
}
|
|
},
|
|
{
|
|
"Network": {
|
|
"enable": true,
|
|
"show_activity": true,
|
|
"show_total_activity": true
|
|
}
|
|
},
|
|
{
|
|
"Date": {
|
|
"enable": true,
|
|
"format": "DayDateMonthYear"
|
|
}
|
|
},
|
|
{
|
|
"Time": {
|
|
"enable": true,
|
|
"format": "TwentyFourHour"
|
|
}
|
|
},
|
|
{
|
|
"Battery": {
|
|
"enable": true
|
|
}
|
|
}
|
|
]
|
|
}
|