wallpapers and such
This commit is contained in:
parent
418e090ce6
commit
cb3663cddb
8 changed files with 122 additions and 17 deletions
|
|
@ -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
4
scripts/lock.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
WALLPAPER_DIR=$HOME/dotfiles/backgrounds/
|
||||
WALLPAPER=$(find "$WALLPAPER_DIR" | shuf -n 1)
|
||||
BG=$WALLPAPER hyprlock
|
||||
Loading…
Add table
Add a link
Reference in a new issue