Colorscheme stuff

This commit is contained in:
2026-03-08 20:51:14 +00:00
parent 0918d86c6c
commit 99bcc94970
11 changed files with 2449 additions and 78 deletions

View File

@@ -13,6 +13,8 @@ CURRENT_BACKGROUND_LINK="$HOME/.local/state/station/background"
# Create symlink to the new background
ln -nsf "$BACKGROUND" "$CURRENT_BACKGROUND_LINK"
wal -i "$CURRENT_BACKGROUND_LINK"
# Kill existing swaybg and start new one
pkill -x swaybg
setsid uwsm-app -- swaybg -i "$CURRENT_BACKGROUND_LINK" -m fill >/dev/null 2>&1 &

View File

@@ -5,8 +5,8 @@ restart_services() {
systemctl --user restart elephant.service
fi
if systemctl --user is-enabled app-walker@autostart.service &>/dev/null; then
systemctl --user restart app-walker@autostart.service
if systemctl --user is-enabled walker &>/dev/null; then
systemctl --user restart walker
else
echo -e "\e[31mUnable to restart Walker -- RESTART MANUALLY\e[0m"
fi