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