mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
73 lines
1.2 KiB
JSON
73 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.34/schema.bar.json",
|
|
"monitor": 0,
|
|
"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_total_data_transmitted": true,
|
|
"show_network_activity": true
|
|
}
|
|
},
|
|
{
|
|
"Date": {
|
|
"enable": true,
|
|
"format": "DayDateMonthYear"
|
|
}
|
|
},
|
|
{
|
|
"Time": {
|
|
"enable": true,
|
|
"format": "TwentyFourHour"
|
|
}
|
|
},
|
|
{
|
|
"Battery": {
|
|
"enable": true
|
|
}
|
|
}
|
|
]
|
|
}
|