6 lines
112 B
Bash
Executable File
6 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
|
|
STYLE="style-4.rasi"
|
|
CONFIG="$HOME/.config/powermenu"
|
|
|
|
cp $CONFIG/$STYLE $CONFIG/style-default.rasi |