update README example output and wm detection note
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d3fcf157bf
commit
2827a5b7ad
1 changed files with 9 additions and 9 deletions
18
README
18
README
|
|
@ -5,7 +5,7 @@ Minimal system info tool for BSD. Displays info side-by-side with
|
||||||
ASCII art. Named after the BSD daemon mascot.
|
ASCII art. Named after the BSD daemon mascot.
|
||||||
|
|
||||||
Reads hardware/OS info via sysctlbyname(3).
|
Reads hardware/OS info via sysctlbyname(3).
|
||||||
WM detection uses xdpyinfo(1) at runtime if MOD_WM is enabled.
|
WM detection uses xprop(1) at runtime if MOD_WM is enabled.
|
||||||
|
|
||||||
|
|
||||||
EXAMPLE OUTPUT
|
EXAMPLE OUTPUT
|
||||||
|
|
@ -13,17 +13,17 @@ EXAMPLE OUTPUT
|
||||||
|
|
||||||
%@ realdaemon@daemon-box
|
%@ realdaemon@daemon-box
|
||||||
%# @##
|
%# @##
|
||||||
%#@ @%%%%%%@%%##@ os FreeBSD 15.0-RELEASE-p4
|
%#@ @%%%%%%@%%##@ os FreeBSD 15.0
|
||||||
@%%##@%%%%%@######%## kernel MinKern
|
@%%##@%%%%%@######%## kernel MinKern
|
||||||
%%%###%%%%# @@ @# cpu Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
|
%%%###%%%%# @@ @# cpu Intel(R) Core(TM) i7-4910MQ
|
||||||
%%%%%%%%## @ @#@ uptime 3h 45m
|
%%%%%%%%## @ @#@ uptime 2h 21m
|
||||||
@%%%%%## @@#@@# mem 2689M / 16237M
|
@%%%%%## @@#@@# mem 2086M / 16237M
|
||||||
%%%%#### @@##### shell sh
|
%%%%#### @@##### shell sh
|
||||||
%%%%%%#####%##@## *: term st
|
%%%%%%#####%##@## *: term st
|
||||||
@%%%#@######%#@ : :@ wm dwm (on XLibre)
|
@%%%#@######%#@ : :@ wm dwm
|
||||||
%%%%%%###@ @# @:@ @:
|
%%%%%%###@ @# @:@ @: disk 5.3G / 890.0G
|
||||||
%%###### %#@
|
%%###### %#@ pkgs 541 (pkg)
|
||||||
@%%@##@###@%%##@
|
@%%@##@###@%%##@ res 1920x1080
|
||||||
%%%##%####@%@@
|
%%%##%####@%@@
|
||||||
@%%%%%%%%%@
|
@%%%%%%%%%@
|
||||||
@%@::%@@%##@
|
@%@::%@@%##@
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue