added all scripts

This commit is contained in:
liph22
2025-12-20 00:03:46 +01:00
parent cf14159137
commit c2f3269124
20 changed files with 1193 additions and 0 deletions

12
keyboard-layer.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
# ~/.config/hypr/scripts/keyboard-layer.sh
# This checks which modifiers are active as a proxy for layers
# Adjust based on your actual layer keys
while true; do
# You might need to adjust this based on your keyboard
# This is a simplified example
echo '{"text": "Layer ?", "class": "layer"}'
sleep 0.5
done