summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-03-11 20:57:34 +0100
committeraristocratos <gnmjpl@gmail.com>2021-03-11 20:57:34 +0100
commite00c8485188ae02f10899b56e6a67648206819e0 (patch)
treea5a25dc8d0108c8d61aea71beab3dd7b14770fba
parenta2cdebdac73ec5d1c758f43d866312b4e7879afb (diff)
Changed: Init screen not shown by default
-rwxr-xr-xbpytop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpytop.py b/bpytop.py
index 16482c0..8f30555 100755
--- a/bpytop.py
+++ b/bpytop.py
@@ -455,7 +455,7 @@ class Config:
net_sync: bool = False
net_iface: str = ""
show_battery: bool = True
- show_init: bool = True
+ show_init: bool = False
log_level: str = "WARNING"
warnings: List[str] = []