mirror of
https://github.com/GRFreire/scripts.git
synced 2026-01-10 04:59:38 +00:00
25 lines
623 B
Markdown
25 lines
623 B
Markdown
# Simple Power Menu
|
|
|
|

|
|
|
|
## Installing shell-color-scripts
|
|
|
|
> Requires [rofi](https://github.com/davatorium/rofi) or [dmenu](https://tools.suckless.org/dmenu/)
|
|
|
|
```sh
|
|
git clone https://github.com/GRFreire/simple-power-menu $HOME/.local/share/simple-power-menu
|
|
|
|
ln -s $HOME/.local/share/simple-power-menu/simple-power-menu $HOME/.local/bin/simple-power-menu
|
|
```
|
|
|
|
After that, just run ```simple-power-menu``` 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
|
|
```
|