mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-11 15:42:43 +02:00
docs(quickstart): enable fewer widgets in the bar's example config
This commit is contained in:
@@ -31,22 +31,22 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Media": {
|
"Media": {
|
||||||
"enable": true
|
"enable": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Storage": {
|
"Storage": {
|
||||||
"enable": true
|
"enable": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Memory": {
|
"Memory": {
|
||||||
"enable": true
|
"enable": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Network": {
|
"Network": {
|
||||||
"enable": true,
|
"enable": false,
|
||||||
"show_activity": true,
|
"show_activity": true,
|
||||||
"show_total_activity": true
|
"show_total_activity": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user