Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 451 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 451 Bytes

Configuration

You may edit the file located at $HOME/.config/xstatus/config.toml

# default config

seperator: "|"
commands: [
    "Restart", 
    "$(date +%a) $(date +%b) $(date +%d)", 
    "$(date +%r)",
]

Setup

To install this project, run:

git clone https://github.com/restartfu/xstatus
cd xstatus
sudo make install

Or one liner:

git clone https://github.com/restartfu/xstatus && cd xstatus && sudo make install