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: 5 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T17:55:57.000Z (6 months ago)
- Last Synced: 2025-01-15T19:14:24.599Z (6 months ago)
- Topics: dwm, dwm-status, sxstatus
- Language: Shell
- Homepage:
- Size: 25.4 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
you can also customize sxstatus using sxstatus-theme in this [repository](https://github.com/diws1/sxstatus-theme)
## 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.