Several things...
This commit is contained in:
parent
076832e825
commit
6e54b0588b
15 changed files with 98 additions and 16 deletions
|
|
@ -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
7
.config/yadm/apply_changes
Executable 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)"
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
[yadm]
|
||||
auto-alt = false
|
||||
auto-alt = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue