#!/usr/bin/env bash

sed -i 's/dark/light/g' ~/.config/chezmoi/chezmoi.toml
chezmoi apply
xfconf-query -c xsettings -p /Net/ThemeName -s "Catppuccin-Latte-Standard-Rosewater-Light"
xrdb -load ~/.Xresources
"$XDG_CONFIG_HOME/emacs/bin/doom" sync
pkill polybar
pkill dunst
pkill emacs
i3-msg exec "polybar top"
i3-msg exec "polybar bottom"
i3-msg exec "dunst"
i3-msg exec "emacs --daemon"
unlink ~/.wallpaper.png
ln -s ~/Pictures/walls/catppuccin-latte.png ~/.wallpaper.png
feh --bg-scale ~/.wallpaper.png
