feat: integrate hyprlauncher, hyprpwcenter, hyprsunset, hyprshade
- F4: hyprlauncher (App-Launcher neben wofi) - F5: hyprpwcenter (PipeWire Audio-Mixer) - F6: hyprsunset toggle (~3500K Nachtmodus) - F7: hyprshade toggle (blue-light-filter.glsl) - windowrules float+center für hyprlauncher und hyprpwcenter - shortcuts.md neu erstellt (war nur in hypr.bak vorhanden) - hypridle.conf ins Repo aufgenommen - packages.txt aktualisiert
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if pidof hyprsunset > /dev/null 2>&1; then
|
||||
pkill hyprsunset
|
||||
else
|
||||
hyprsunset -t 3500
|
||||
fi
|
||||
Reference in New Issue
Block a user