Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diws1/sxstatus
a simple status bar for dwm (dynamic window manager)
https://github.com/diws1/sxstatus
dwm dwm-status sxstatus
Last synced: 10 days ago
JSON representation
a simple status bar for dwm (dynamic window manager)
- Host: GitHub
- URL: https://github.com/diws1/sxstatus
- Owner: diws1
- License: mit
- Created: 2024-05-20T09:15:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T07:02:13.000Z (5 months ago)
- Last Synced: 2024-06-20T19:40:51.385Z (5 months ago)
- Topics: dwm, dwm-status, sxstatus
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sxstatus 💬
sxstatus (shell xs status) is a very simple status bar for dynamic window manager![sxstatus](https://github.com/diws1/sxstatus/blob/main/screenshots/sxstatus.png)
## Installation âš¡
clone this repository on your ~/.config directory
```
cd ~/.config
git clone https://github.com/diws1/sxstatus
```
then go to sxstatus directory:
```
cd sxstatus/
```
change file permission on the modules:
```
sudo chmod 755 -R modules/
```
run this command to start the installation:
```
make
sudo make install
```
Put sxstatus on your startup file, for example in .xsessionrc:
```
#!/bin/bash
....
# status bar
sxstatus &
```>[!IMPORTANT]
> Adding package and update module will increase cpu usage.