Change background names and configs
This commit is contained in:
|
Before Width: | Height: | Size: 21 MiB After Width: | Height: | Size: 21 MiB |
@@ -3,7 +3,7 @@
|
|||||||
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8)
|
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8)
|
||||||
}
|
}
|
||||||
window {
|
window {
|
||||||
background-image: url("EndeavourOS_Astronaut_SpaceWalk.png");
|
background-image: url("background-lock.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 3.2 MiB |
@@ -31,6 +31,9 @@ exec wl-paste --type image --watch cliphist store
|
|||||||
# Network Applet
|
# Network Applet
|
||||||
exec nm-applet --indicator
|
exec nm-applet --indicator
|
||||||
|
|
||||||
|
# Bluetooth Applet
|
||||||
|
# exec blueman-applet
|
||||||
|
|
||||||
# Firewall Applet
|
# Firewall Applet
|
||||||
exec sleep 2 && firewall-applet
|
exec sleep 2 && firewall-applet
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
pkill swaybg
|
pkill swaybg
|
||||||
swaybg -i "${HOME}/.config/sway/EndeavourOS_SpaceStation__3840x2160.png" -m fill &
|
swaybg -i "${HOME}/.config/sway/background.png" -m fill &
|
||||||
|
|
||||||
|
|||||||
@@ -50,3 +50,7 @@ wl-clipboard
|
|||||||
xdg-desktop-portal-wlr
|
xdg-desktop-portal-wlr
|
||||||
xed
|
xed
|
||||||
xorg-xwayland
|
xorg-xwayland
|
||||||
|
thunderbird-i18n-en-us
|
||||||
|
vivaldi
|
||||||
|
blueman
|
||||||
|
neovim
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ username="$1"
|
|||||||
|
|
||||||
# Clone the repo
|
# Clone the repo
|
||||||
echo "Cloning the EOS Community Sway 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
|
# Check if nvidia-inst is installed
|
||||||
# If it is, do the Nvidia stuff
|
# If it is, do the Nvidia stuff
|
||||||
|
|||||||
Reference in New Issue
Block a user