Change to using images for a wallpaper instead of a solid color, looks nicer.

This commit is contained in:
Firepup Sixfifty 2024-11-18 21:24:12 -06:00
parent 8f0bce4a63
commit 6a5dd68e7f
Signed by: Firepup650
SSH key fingerprint: SHA256:1g8FMWEtx/Cb7Ypb2pb/k1BTn2t3OwXor6n4a5peI7c
2 changed files with 6 additions and 3 deletions

View file

@ -32,8 +32,11 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -efp win --nofork
# and nm-applet is a desktop environment-independent system tray GUI for it. # and nm-applet is a desktop environment-independent system tray GUI for it.
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
# Set a background, it's awkward to just see the lockscreen back there. # Set a basic background color, it's awkward to just see the lockscreen back there.
exec --no-startup-id xsetroot -solid '#111111' # exec --no-startup-id xsetroot -solid '#111111'
# Assuming you put background images into /home/yourname/Backgrounds, this next line will get a random one each login and set it as your background :3
exec --no-startup-id nitrogen --random --set-scaled /home/$(whoami)/Backgrounds
# Use pactl to adjust volume in PulseAudio. # Use pactl to adjust volume in PulseAudio.
set $refresh_i3status killall -SIGUSR1 i3status set $refresh_i3status killall -SIGUSR1 i3status

View file

@ -1 +1 @@
sudo apt install i3-wm i3status i3lock suckless-tools -y sudo apt install i3-wm i3status i3lock suckless-tools nitrogen -y