Skip to content

Commit

Permalink
Merge pull request #324 from 0323pin/main
Browse files Browse the repository at this point in the history
Reflect the real accepted values
  • Loading branch information
grtcdr authored Sep 12, 2024
2 parents 1135999 + 1b60b80 commit affa7c2
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions macchina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,25 @@ physical_cores = true

# Displays only the specified readouts.
# Accepted values (case-sensitive):
# - host
# - machine
# - kernel
# - distribution
# - operating-system
# - desktop-environment
# - window-manager
# - resolution
# - backlight
# - packages
# - local-ip
# - terminal
# - shell
# - uptime
# - processor
# - processor-load
# - memory
# - battery
# - gpu
# - disk-space
# - Host
# - Machine
# - Kernel
# - Distribution
# - OperatingSystem
# - DesktopEnvironment
# - WindowManager
# - Resolution
# - Backlight
# - Packages
# - LocalIp
# - Terminal
# - Shell
# - Uptime
# - Processor
# - ProcessorLoad
# - Memory
# - Battery
# - GPU
# - DiskSpace
# Example:
# show = ["battery", "memory", ...]
# show = ["Battery", "Memory", ...]

0 comments on commit affa7c2

Please sign in to comment.