24 lines
915 B
TOML
24 lines
915 B
TOML
# This file is auto-generated. Do not edit manually.
|
|
# Do not include it in your commit.
|
|
# Noctalia plugins catalog.
|
|
# Index of every plugin this source ships: the minimum needed to render, search,
|
|
# and compat-check the list. The per-plugin plugin.toml stays authoritative; the
|
|
# host re-reads it on enable. Keep one [[plugin]] row per plugin subdirectory.
|
|
# A [[plugin.release]] row names an older revision for a Noctalia below the tip's
|
|
# plugin_api, so an older release stays installable instead of the plugin vanishing.
|
|
# On every row, updated_at dates the commit that first shipped that row's version.
|
|
|
|
|
|
[[plugin]]
|
|
id = "feliscatus/hypr-layout-switcher"
|
|
name = "Hyprland Layout Switcher"
|
|
version = "0.1.2"
|
|
updated_at = 1785812074
|
|
added_at = 1785812074
|
|
author = "feliscatus"
|
|
license = "MIT"
|
|
icon = "layout-grid"
|
|
description = "Shows and cycles the active workspace's layout"
|
|
plugin_api = 3
|
|
tags = ["hyprland"]
|