summaryrefslogtreecommitdiff
path: root/waldunst.sh
blob: 7b116e74fed24f65175472ab8a0379c2b9536b54 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

bg=$(sed -n 1p $HOME/.cache/wal/colors)
fg=$(sed -n 15p $HOME/.cache/wal/colors)
cfg=$HOME/.config/dunst/dunstrc

kill $(pidof dunst)
sed -i "s/background = \"#[0-9].*\"/background = \"$bg\"/g" "$cfg"
sed -i "s/foreground = \"#[0-9].*\"/foreground = \"$fg\"/g" "$cfg"