added powerline
This commit is contained in:
@@ -17,7 +17,7 @@ main_bar = bar.Bar([
|
||||
widget.Systray(),
|
||||
widget.TextBox("Vol:"),
|
||||
widget.Volume(),
|
||||
widget.CPU(format='CPU: {load_percent}%'),
|
||||
widget.CPU(format='CPU: {freq_max}GHz {load_percent}%'),
|
||||
widget.Memory(format='RAM: {MemUsed}MB'),
|
||||
widget.Memory(format='Swap: {SwapUsed}MB'),
|
||||
widget.NetGraph(),
|
||||
@@ -28,10 +28,12 @@ left_bar = bar.Bar([
|
||||
widget.CurrentLayoutIcon(),
|
||||
widget.GroupBox(),
|
||||
widget.WindowName(),
|
||||
widget.Clock(format='%Y-%m-%d %H:%M'),
|
||||
],24)
|
||||
|
||||
top_bar = bar.Bar([
|
||||
widget.CurrentLayoutIcon(),
|
||||
widget.GroupBox(),
|
||||
widget.WindowName(),
|
||||
widget.Clock(format='%Y-%m-%d %H:%M'),
|
||||
],24)
|
||||
Reference in New Issue
Block a user