add hyprland configs

This commit is contained in:
2025-07-06 17:59:26 +03:00
parent efc031f339
commit f85000910a
102 changed files with 5841 additions and 0 deletions

View File

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