scripts/simple-power-menu/README.md
2021-06-03 18:14:38 -03:00

25 lines
535 B
Markdown

# Simple Power Menu
![Screenshot of shell-color-scripts](README/screenshot.png)
## Installing shell-color-scripts
> Requires [rofi](https://github.com/davatorium/rofi)
```sh
git clone https://github.com/GRFreire/simple-power-menu $HOME/.local/share/simple-power-menu
ln -s $HOME/.local/share/simple-power-menu/spm $HOME/.local/bin/spm
```
After that, just run ```spm``` in your terminal
## Update
Go to ```$HOME/.local/share/simple-power-menu``` and update the repo.
```sh
cd $HOME/.local/share/simple-power-menu
git pull
```