6 lines
113 B
Bash
Executable File
6 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
|
|
COLORS="paper.rasi"
|
|
CONFIG="$HOME/.config/powermenu/shared"
|
|
|
|
cp $CONFIG/$COLORS $CONFIG/default.rasi |