fix hyprland folder

This commit is contained in:
2026-07-17 15:38:13 +02:00
parent 3a10f9f898
commit 1e56b05236
35 changed files with 5 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/sh
cd ~/.config/hypr/wallpaper
ln -sf "$(find candidates/ -maxdepth 1 -type f | shuf -n1)" current.jpg
# Update hyprlock (if running) by sending SIGUSR2 (doesnt work currently, maybe because of symlink).
# https://wiki.hypr.land/Hypr-Ecosystem/hyprlock/#user-signals
pkill -USR2 hyprlock

View File

@@ -1,5 +0,0 @@
#!/bin/bash
song_info=$(playerctl metadata --format '{{title}}  {{artist}}')
echo "$song_info"

View File

@@ -0,0 +1 @@
../../../dotfiles/.config/hypr/scripts/songdetail.sh