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