dotfiles/darkman/.local/share/dark-mode.d/wofi.sh

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"