Initial commit : dotfiles setup
This commit is contained in:
14
.script/discord-pywalsync.sh
Executable file
14
.script/discord-pywalsync.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 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"
|
||||
|
||||
# Overwrite Better Discord Custom CSS using pywal color palette
|
||||
cat "$HEADER" > "$BDCSS"
|
||||
echo "" >> "$BDCSS"
|
||||
cat "$WALCSS" >> "$BDCSS"
|
||||
echo "" >> "$BDCSS"
|
||||
cat "$TEMPLATE" >> "$BDCSS"
|
||||
Reference in New Issue
Block a user