This commit is contained in:
Stuce 2025-10-19 15:18:06 +02:00
parent 9e8db84afc
commit 9f7701ce6d
15 changed files with 110 additions and 125 deletions

View file

@ -1,10 +0,0 @@
#!/bin/bash
WALLPAPER_DIR="$HOME/dotfiles/backgrounds/"
CURRENT_WALL=$(hyprctl hyprpaper listloaded)
# Get a random wallpaper that is not the current one
WALLPAPER=$(find "$WALLPAPER_DIR" -type f ! -name "$(basename "$CURRENT_WALL")" | shuf -n 1)
# Apply the selected wallpaper
hyprctl hyprpaper reload ,"$WALLPAPER"

View file

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

View file

@ -1,4 +0,0 @@
#!/bin/bash
locations="Vicques\nLausanne\nBern"
selected=$(echo -e $locations | fzf)
curl wttr.in/$selected