feat(waybar): use builtins

This commit is contained in:
Barrett Ruth 2026-03-03 13:47:34 -05:00
parent d5a6763585
commit cedc2cc728
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 42 additions and 152 deletions

View file

@ -101,12 +101,6 @@ 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"