.
This commit is contained in:
parent
9e8db84afc
commit
9f7701ce6d
15 changed files with 110 additions and 125 deletions
|
|
@ -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"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
WALLPAPER_DIR=$HOME/dotfiles/backgrounds/
|
||||
WALLPAPER=$(find "$WALLPAPER_DIR" | shuf -n 1)
|
||||
BG=$WALLPAPER hyprlock
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
locations="Vicques\nLausanne\nBern"
|
||||
selected=$(echo -e $locations | fzf)
|
||||
curl wttr.in/$selected
|
||||
Loading…
Add table
Add a link
Reference in a new issue