feat(waybar): eww config

This commit is contained in:
Barrett Ruth 2026-03-03 13:29:42 -05:00
parent 933615041d
commit dd4d9894b7
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 142 additions and 2239 deletions

View file

@ -101,6 +101,12 @@ Linux)
ln -sf "$fuzzel_themes/$theme.ini" "$fuzzel_themes/theme.ini"
}
eww_themes="$cfg/eww/themes"
[ -f "$eww_themes/$theme.scss" ] && {
ln -sf "$eww_themes/$theme.scss" "$eww_themes/theme.scss"
eww reload 2>/dev/null || true
}
dunst_themes="$cfg/dunst/themes"
[ -f "$dunst_themes/$theme.conf" ] && {
mkdir -p "$cfg/dunst/dunstrc.d"