Files
community-plugins/hypr-layout-switcher/plugin.toml
T
19e81f3e47 added hyprland layout switcher (#232)
* added hyprland layout switcher

* fixes after plugin checking

---------

Co-authored-by: Martin Goldhahn <martin@goldhahn.info>
2026-08-03 22:54:33 -04:00

19 lines
370 B
TOML

id = "maddingo/hypr-layout-switcher"
name = "Hyprland Layout Switcher"
description = "Shows and cycles the active workspace's layout"
version = "0.1.0"
plugin_api = 3
author = "maddingo"
license = "MIT"
icon = "layout-grid"
tags = ["hyprland"]
dependencies = ["hyprland"]
[[service]]
id = "poller"
entry = "service.luau"
[[widget]]
id = "toggle"
entry = "widget.luau"