scripts/simple-power-menu/README.md
Guilherme Rugai Freire 579dd7d3f2 initial commit
2021-06-03 03:00:52 -03:00

25 lines
481 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
sudo git clone https://github.com/GRFreire/simple-power-menu /opt/simple-power-menu
sudo ln -s /opt/simple-power-menu/spm /usr/bin/spm
```
After that, just run ```spm``` in your terminal
## Update
Go to ```/opt/simple-power-menu``` and update the repo.
```sh
cd /opt/simple-power-menu
git pull
```