Add various elephant menus

This commit is contained in:
ItsDrike 2025-10-20 18:01:15 +02:00
parent a133c45c48
commit ae439adcc4
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
5 changed files with 158 additions and 2 deletions

View file

@ -0,0 +1,18 @@
name = "hyprland"
name_pretty = "Hyprland"
icon = "applications-other"
[[entries]]
text = "Stop hyprsunset"
icon = "weather-clear"
actions = { "" = "hyprctl hyprsunset identity" }
[[entries]]
text = "Start hyprsunset"
icon = "weather-clear-night"
actions = { "" = "hyprctl hyprsunset temperature 2700" }
[[entries]]
text = "Zoom Toggle"
icon = "zoom-in"
actions = { "" = "hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor -j | jq '(.float) | if . > 1 then 1 else 1.5 end')" }