Several things...

This commit is contained in:
Michel Fedde 2025-04-13 16:32:48 +02:00
parent 076832e825
commit 6e54b0588b
15 changed files with 98 additions and 16 deletions

View file

@ -2,6 +2,7 @@
class=$(yadm config local.class)
if [[ ! -z $class ]]; then
yadm alt
exit 0
fi

7
.config/yadm/apply_changes Executable file
View file

@ -0,0 +1,7 @@
#!/bin/env sh
echo "# Refreshing darkman (bruteforce method)"
darkman toggle
darkman toggle
echo "# Reloading hyprland config (sometimes it gets stuck due to yadms alts)"

View file

@ -102,4 +102,7 @@ done < <(find -L "$BOOTSTRAP_D" -type f | sort)
for bootstrap in "${bootstraps[@]}"; do
runfile "$bootstrap"
done
"$SCRIPTPATH/apply_changes"
display "Bootstrap completed"

View file

@ -1,2 +1,2 @@
[yadm]
auto-alt = false
auto-alt = true