Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 726 Bytes

README.md

File metadata and controls

34 lines (31 loc) · 726 Bytes

sxstatus 💬

sxstatus (shell xs status) is a very simple status bar for dynamic window manager

sxstatus

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.