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