diff --git a/configs/shell/profile b/configs/shell/profile index 86aa111..149697f 100644 --- a/configs/shell/profile +++ b/configs/shell/profile @@ -9,7 +9,7 @@ fi export XKB_DEFAULT_OPTIONS=caps:escape # Wayland stuff -export WLR_NO_HARDWARE_CURSORS=1 +export WLR_NO_HARDWARE_CURSORS=1 # thanks NVIDIA export MOZ_ENABLE_WAYLAND=1 export PATH="$PATH:$(du "$HOME/.local/bin" | cut -f2 | paste -sd ':' -)" diff --git a/scripts/wal b/scripts/doorsbg similarity index 78% rename from scripts/wal rename to scripts/doorsbg index 2d58533..d1031fa 100755 --- a/scripts/wal +++ b/scripts/doorsbg @@ -8,4 +8,5 @@ pywal-discord; beautifuldiscord --css ~/.config/BetterDiscord/themes; wal-telegram -g; -echo 'awesome.restart()' | awesome-client; +swaybg -i ~/.cache/wal/bg & +killall waybar && waybar & diff --git a/scripts/install_arch b/scripts/install_arch index f10600b..e3840ec 100755 --- a/scripts/install_arch +++ b/scripts/install_arch @@ -30,11 +30,27 @@ byobu \ zsh \ lf \ nnn \ -kitty \ -kitty-terminfo \ -\ -`# Aur`\ -stpv-git \ +alacritty \ +waybar \ +swaybg \ +firefox-developer-edition \ +chromium \ +caprine \ +fuzzel \ +telegram-desktop \ +discord \ +gimp \ +steam \ +spotify-launcher \ +mako \ +pamixer \ +playerctl \ +gawk \ +light \ +pywal-discord-git \ +beautiful-discord-git \ +wal-telegram-git \ +python-pywalfox \ oh-my-zsh-git && echo "" && diff --git a/setup b/setup index a420d2d..6ebb50a 100755 --- a/setup +++ b/setup @@ -80,6 +80,21 @@ echo -e "\nInstalling Configs..." && +# +# copy scripts +# + +echo -e "\nInstalling Scripts..." && + cd ../scripts && + + if [ ! -d "$HOME/.local/bin" ]; then + mkdir "$HOME/.local/bin" + fi && + + cp -rbv doorsbg $HOME/.local/bin && + + + # # wrap up #