wallpapers and such

This commit is contained in:
Stuce 2025-07-13 09:51:07 +02:00
parent 418e090ce6
commit cb3663cddb
8 changed files with 122 additions and 17 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
WALLPAPER_DIR="$HOME/dotfiles/backgrounds/"
CURRENT_WALL=$(hyprctl hyprpaper listloaded)

4
scripts/lock.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
WALLPAPER_DIR=$HOME/dotfiles/backgrounds/
WALLPAPER=$(find "$WALLPAPER_DIR" | shuf -n 1)
BG=$WALLPAPER hyprlock