Apparently swaybg exists

This commit is contained in:
Elizabeth Hunt 2023-03-27 19:14:18 -06:00
parent 2e62c1919c
commit 009f263c2c
Signed by: simponic
GPG Key ID: 52B3774857EB24B1
7 changed files with 6 additions and 11 deletions

3
.gitignore vendored
View File

@ -52,4 +52,7 @@
!NOTES.md !NOTES.md
!Wallpapers
!Wallpapers/*
**/__pycache__ **/__pycache__

0
Wallpapers/.gitkeep Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

BIN
Wallpapers/gruv-temple.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

View File

@ -5,13 +5,13 @@ USER=lizzy
MACHINE_ZSH=~/scripts/machine-specific-zsh/$(hostname).zsh MACHINE_ZSH=~/scripts/machine-specific-zsh/$(hostname).zsh
# Some packages # Some packages
sudo pacman -S git emacs vim \ sudo pacman -S git vim \
networkmanager firefox alacritty zsh \ networkmanager firefox alacritty zsh \
sway inetutils playerctl rustup tmux \ sway inetutils playerctl rustup tmux \
openssl-1.1 bluez bluez-utils wget \ openssl-1.1 bluez bluez-utils wget \
base-devel dunst wofi noto-fonts-emoji \ base-devel dunst wofi noto-fonts-emoji \
light brightnessctl pass docker \ light brightnessctl pass docker \
pavucontrol pavucontrol seahorse man
# rustup # rustup
rustup default stable rustup default stable
@ -29,7 +29,7 @@ cd ~
pikaur -S xremap-x11-bin spotify-tui-bin \ pikaur -S xremap-x11-bin spotify-tui-bin \
betterdiscord-installer-bin discord obs-studio \ betterdiscord-installer-bin discord obs-studio \
nerd-fonts-cozette-ttf ttf-font-awesome ttf-cozette \ nerd-fonts-cozette-ttf ttf-font-awesome ttf-cozette \
waybar waybar swaybg emacs-gcc-wayland-devel-bin
# xremap # xremap
sudo groupadd input sudo groupadd input
@ -50,14 +50,6 @@ sudo systemctl enable --now docker
sudo groupadd docker sudo groupadd docker
sudo usermod -aG docker $USER sudo usermod -aG docker $USER
# Wallpapers
mkdir Wallpapers && cd Wallpapers
wget "https://github.com/FrenzyExists/wallpapers/raw/main/Gruv/gruv-temple.png"
wget "https://e0.pxfuel.com/wallpapers/885/812/desktop-wallpaper-i3-gaps-gruvbox-arch-love-r-unixporn.jpg"
wget "https://github.com/FrenzyExists/wallpapers/raw/main/Anime/anime-coffee-girl.jpg"
wget -U "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" "https://wallpapers.com//images/hd/celeste-madeline-strawberry-2o1vy9t0faa9vwm0.jpg"
cd ..
# Setup asdf-vm, thefuck # Setup asdf-vm, thefuck
pikaur -S asdf-vm thefuck pikaur -S asdf-vm thefuck
echo ". /opt/asdf-vm/asdf.sh" >> $MACHINE_ZSH echo ". /opt/asdf-vm/asdf.sh" >> $MACHINE_ZSH