full send

This commit is contained in:
Adam 2023-06-18 21:16:12 -04:00
parent 3cb0f1c2df
commit 9772e9eeac
4 changed files with 39 additions and 7 deletions

View file

@ -9,7 +9,7 @@ fi
export XKB_DEFAULT_OPTIONS=caps:escape export XKB_DEFAULT_OPTIONS=caps:escape
# Wayland stuff # Wayland stuff
export WLR_NO_HARDWARE_CURSORS=1 export WLR_NO_HARDWARE_CURSORS=1 # thanks NVIDIA
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
export PATH="$PATH:$(du "$HOME/.local/bin" | cut -f2 | paste -sd ':' -)" export PATH="$PATH:$(du "$HOME/.local/bin" | cut -f2 | paste -sd ':' -)"

View file

@ -8,4 +8,5 @@ pywal-discord;
beautifuldiscord --css ~/.config/BetterDiscord/themes; beautifuldiscord --css ~/.config/BetterDiscord/themes;
wal-telegram -g; wal-telegram -g;
echo 'awesome.restart()' | awesome-client; swaybg -i ~/.cache/wal/bg &
killall waybar && waybar &

View file

@ -30,11 +30,27 @@ byobu \
zsh \ zsh \
lf \ lf \
nnn \ nnn \
kitty \ alacritty \
kitty-terminfo \ waybar \
\ swaybg \
`# Aur`\ firefox-developer-edition \
stpv-git \ 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 && oh-my-zsh-git &&
echo "" && echo "" &&

15
setup
View file

@ -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 # wrap up
# #