docs : better documentation and uploading screenshot.
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
# Path
|
||||
WALCSS="$HOME/.cache/wal/colors.css"
|
||||
BDCSS="$HOME/.config/BetterDiscord/data/stable/custom.css"
|
||||
TEMPLATE="$HOME/.config/bd-template.css"
|
||||
HEADER="$HOME/.config/bd-header.css"
|
||||
TEMPLATE="$HOME/.config/BetterDiscord/bd-template.css"
|
||||
HEADER="$HOME/.config/BetterDiscord/bd-header.css"
|
||||
|
||||
# Overwrite Better Discord Custom CSS using pywal color palette
|
||||
cat "$HEADER" > "$BDCSS"
|
||||
echo "" >> "$BDCSS"
|
||||
cat "$WALCSS" >> "$BDCSS"
|
||||
echo "" >> "$BDCSS"
|
||||
cat "$TEMPLATE" >> "$BDCSS"
|
||||
cat "$TEMPLATE" >> "$BDCSS"
|
||||
Reference in New Issue
Block a user