Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toni500github/slstatus
personal slstatus build
https://github.com/toni500github/slstatus
Last synced: about 1 month ago
JSON representation
personal slstatus build
- Host: GitHub
- URL: https://github.com/toni500github/slstatus
- Owner: Toni500github
- License: isc
- Created: 2023-04-20T17:03:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-23T11:35:04.000Z (over 1 year ago)
- Last Synced: 2024-11-05T11:43:48.589Z (about 2 months ago)
- Language: C
- Size: 34.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Personal slstatus build
==========================
![image](https://user-images.githubusercontent.com/88878648/233835126-99284960-c52b-4ec7-bb1e-2d0ccb3be3e2.png)
![image](https://user-images.githubusercontent.com/88878648/233835353-17e18deb-4cc0-4c5a-aa2f-c7d41b557cce.png)Requirements
------------
Needs dwm to have the [status2d](https://dwm.suckless.org/patches/status2d/) patch (since i need systray, i used the status2d-systray patch, on the same page)[powerline fonts](https://github.com/powerline/fonts) (optional)
Left and right arrows
------------
This build provides the 2 version of the status. as you can see on the screenshots, one has the arrow on the left (more clean) and the other has the arrows on the rightChoose which version
------------
In this build we have `config.def.h` and `config-left.def.h`. As the name suggest, one config it's for the right arrows and the other for left.
if you want to choose whihch config to use, just modify the Makefile```make
config.h: config-left.def.h
cp config-left.def.h $@
```
here just modify which .def.h you want to use when compiling (by default i prefer with left arrows)### Remember to delete `config.h` each time you modify the Makefile