mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-13 20:28:35 +10:00
Minor edits
This commit is contained in:
@@ -368,7 +368,7 @@ def init_widgets_list():
|
||||
),
|
||||
widget.Spacer(length = 8),
|
||||
widget.CPU(
|
||||
format = '🏼 Cpu: {load_percent}%',
|
||||
format = '▓ Cpu: {load_percent}%',
|
||||
foreground = colors[4],
|
||||
decorations=[
|
||||
BorderDecoration(
|
||||
@@ -398,7 +398,7 @@ def init_widgets_list():
|
||||
partition = '/',
|
||||
#format = '[{p}] {uf}{m} ({r:.0f}%)',
|
||||
format = '{uf}{m} free',
|
||||
fmt = '✇ Disk: {}',
|
||||
fmt = '🖴 Disk: {}',
|
||||
visible_on_warn = False,
|
||||
decorations=[
|
||||
BorderDecoration(
|
||||
|
||||
Reference in New Issue
Block a user