Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.