Files
dotfiles/.config/hypr/hyprlock/scripts/hyprlock.sh
2025-07-06 17:59:26 +03:00

10 lines
154 B
Bash
Executable File

#! /bin/bash
if [[ "$(playerctl -p spotify status)" = "Playing" ]]; then
hyprlock --config ~/.config/hyprlock/music.conf
else :
hyprlock
fi