7 lines
138 B
Bash
7 lines
138 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
cat \
|
||
|
"$HOME/.config/wofi/colors-light.css" \
|
||
|
"$HOME/.config/wofi/base.css" \
|
||
|
> "$HOME/.config/wofi/style.css"
|