feat(waybar): eww config
This commit is contained in:
parent
933615041d
commit
dd4d9894b7
4 changed files with 142 additions and 2239 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue