Change background names and configs

This commit is contained in:
2025-01-04 22:16:23 +01:00
parent 404af52f7d
commit 5549f9ae5a
7 changed files with 10 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 21 MiB

After

Width:  |  Height:  |  Size: 21 MiB

View File

@@ -3,7 +3,7 @@
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8)
}
window {
background-image: url("EndeavourOS_Astronaut_SpaceWalk.png");
background-image: url("background-lock.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;

View File

Before

Width:  |  Height:  |  Size: 3.2 MiB

After

Width:  |  Height:  |  Size: 3.2 MiB

View File

@@ -31,6 +31,9 @@ exec wl-paste --type image --watch cliphist store
# Network Applet
exec nm-applet --indicator
# Bluetooth Applet
# exec blueman-applet
# Firewall Applet
exec sleep 2 && firewall-applet

View File

@@ -1,4 +1,4 @@
#!/bin/bash
pkill swaybg
swaybg -i "${HOME}/.config/sway/EndeavourOS_SpaceStation__3840x2160.png" -m fill &
swaybg -i "${HOME}/.config/sway/background.png" -m fill &

View File

@@ -50,3 +50,7 @@ wl-clipboard
xdg-desktop-portal-wlr
xed
xorg-xwayland
thunderbird-i18n-en-us
vivaldi
blueman
neovim

View File

@@ -3,7 +3,7 @@ username="$1"
# Clone the repo
echo "Cloning the EOS Community Sway repo..."
git clone https://github.com/EndeavourOS-Community-Editions/sway.git
git clone https://git.pravida.info/seb/sway.git
# Check if nvidia-inst is installed
# If it is, do the Nvidia stuff