https://github.com/ppebb/csstatus
Slstatus C# clone!
https://github.com/ppebb/csstatus
Last synced: about 2 months ago
JSON representation
Slstatus C# clone!
- Host: GitHub
- URL: https://github.com/ppebb/csstatus
- Owner: ppebb
- License: gpl-2.0
- Created: 2022-12-07T01:42:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T02:11:47.000Z (over 3 years ago)
- Last Synced: 2025-03-06T08:35:45.261Z (about 1 year ago)
- Language: C#
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CsStatus
C# Clone of [slstatus](https://tools.suckless.org/slstatus/)
Configured via src/CsStatus/Config.cs. Only contains the components I use. More will be added later, feel free to pr missing components.
### Building
X11 support via xsetroot exists. Just set the environment variable `WIN_SYSTEM=X11` and run `dotnet build`.