This commit is contained in:
Chris Cochrun 2026-03-04 14:44:51 -06:00
parent 71f8614255
commit 477cfea56f
4 changed files with 5 additions and 3 deletions

View file

@ -45,4 +45,4 @@ theme = "Lithium"
# - Memory
# - Battery
# Example:
show = ["Host", "Machine", "Kernel", "Distribution", "DesktopEnvironment", "ProcessorLoad", "Memory", "Battery"]
show = ["Host", "Machine", "Kernel", "Distribution", "DesktopEnvironment", "ProcessorLoad", "Memory", "DiskSpace", "Battery"]

View file

@ -21,7 +21,7 @@ hide_delimiters = true
[box]
title = " Cool Drool "
border = "plain"
border = "rounded"
visible = true
[box.inner_margin]
@ -55,3 +55,4 @@ backlight = "Brightness"
resolution = "Resolution"
cpu_load = "CPU Load"
cpu = "CPU"
disk_space = "Disk Space"