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