mirror of
https://github.com/Alexander-D-Karpov/netfetch.git
synced 2026-03-16 22:07:03 +03:00
30 lines
353 B
YAML
30 lines
353 B
YAML
# Server configuration
|
|
listen_address: ":3000"
|
|
|
|
# Active modules
|
|
active_modules:
|
|
- os
|
|
- cpu
|
|
- gpu
|
|
- de
|
|
- wm
|
|
- theme
|
|
- icons
|
|
- terminal
|
|
- font
|
|
- cursor
|
|
- uptime
|
|
- memory
|
|
- disk
|
|
- resolution
|
|
- packages
|
|
- swap
|
|
- localip
|
|
- battery
|
|
- poweradapter
|
|
- locale
|
|
|
|
# Logo configuration
|
|
default_logo: "tux"
|
|
logo_dir: "./logos"
|