diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-27 15:37:18 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-27 15:37:18 +0900 |
| commit | bfb3594b4a32edc4dfb9de609f4cdb763bafa8f8 (patch) | |
| tree | 635c6fa472d1b47312f17666f7587e5026ba7996 /config/hypr/scripts/PywalDunst.sh | |
| parent | 8eeed24b9579cf4cc76cc67dc4b5c73b2ef34573 (diff) | |
REVERTED BACK TO OLD DUNST STYLE AS PYWAL_DUNST LOOKS like crap
Diffstat (limited to 'config/hypr/scripts/PywalDunst.sh')
| -rwxr-xr-x | config/hypr/scripts/PywalDunst.sh | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/config/hypr/scripts/PywalDunst.sh b/config/hypr/scripts/PywalDunst.sh deleted file mode 100755 index 410c55b8..00000000 --- a/config/hypr/scripts/PywalDunst.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -# -lf/nf/cf color -# Defines the foreground color for low, normal and critical notifications respectively. -# -# -lb/nb/cb color -# Defines the background color for low, normal and critical notifications respectively. -# -# -lfr/nfr/cfr color -# Defines the frame color for low, normal and critical notifications respectively. - -[ -f "$HOME/.cache/wal/colors.sh" ] && . "$HOME/.cache/wal/colors.sh" - -pidof dunst && pkill dunst - -DUNST_FILE=$HOME/.config/dunst/dunstrc - -# update dunst based on pywal colors. -sed -i '/background = /s/.*/ background = "'$color0'"/' $DUNST_FILE -sed -i '/foreground = /s/.*/ foreground = "'$color7'"/' $DUNST_FILE -sed -i '/frame_color = /s/.*/ frame_color = "'$color2'"/' $DUNST_FILE - - -dunst -conf $HOME/.config/dunst/dunstrc > /dev/null 2>&1 &
\ No newline at end of file |
