6 lines
137 B
Bash
Executable file
6 lines
137 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cat \
|
|
"$HOME/.config/wofi/colors-dark.css" \
|
|
"$HOME/.config/wofi/base.css" \
|
|
> "$HOME/.config/wofi/style.css"
|