mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-10-26 22:26:36 +00:00
Add various elephant menus
This commit is contained in:
parent
a133c45c48
commit
ae439adcc4
5 changed files with 158 additions and 2 deletions
18
home/.config/elephant/menus/hyprland.toml
Normal file
18
home/.config/elephant/menus/hyprland.toml
Normal 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')" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue