diff --git a/install.sh b/install.sh index 2309962..58f3a41 100644 --- a/install.sh +++ b/install.sh @@ -44,7 +44,7 @@ if [[ ! $REPLY =~ ^[Nn]$ ]]; then mkdir -p ~/.local/share/dotfile-git-sync cp ~/projects/dotfile-git-sync/dotfile-git-sync ~/.local/share/dotfile-git-sync sudo ln -sf /home/$(whoami)/.local/share/dotfile-git-sync/dotfile-git-sync /usr/bin - chmod a+x ~/.local/share/dotfiles-git-sync/dotfile-git-sync + chmod a+x ~/.local/share/dotfile-git-sync/dotfile-git-sync else echo "optional scripts skipped, you can always install them manually later." diff --git a/sdgos/firstrun.sh b/sdgos/firstrun.sh index 8cfd0e7..b1277bd 100755 --- a/sdgos/firstrun.sh +++ b/sdgos/firstrun.sh @@ -1,6 +1,8 @@ #!/bin/bash if [ ! -f ~/.config/firstrun.state ]; then + + sleep 10 dms ipc call wallpaper set ~/.config/sdgos/wallpaper.png dms ipc call settings set showWorkspaceIndex true dms ipc call settings set dwlShowAllTags true @@ -18,6 +20,8 @@ if [ ! -f ~/.config/firstrun.state ]; then dms ipc call settings set currentThemeCategory dynamic dms ipc call settings set runUserMatugenTemplates true dms ipc call settings set matugenScheme scheme-tonal-spot + dms ipc call settings set currentThemeName dynamic + dms ipc call settings set currentThemeCategory dynamic dms ipc call settings open dms ipc call keybinds openWithPath mangowc ~/.config/mango/binds.conf