mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-05 20:28:25 +02:00
Consolidates bar-settings into a single 'settings' plugin with sidebar categories: Defaults, Style, Bar, System, Plugins. Updates supporting commands (omarchy-launch-settings, omarchy-style-corners-quickshell, omarchy-theme-list-with-previews, omarchy-hyprland-monitor-scaling-set) and refreshes sidebar glyphs to Nerd Font icons.
12 lines
317 B
JSON
12 lines
317 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.settings",
|
|
"name": "Omarchy Settings",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Customize the bar, plugins, defaults, and look-and-feel of Omarchy",
|
|
"kinds": ["panel"],
|
|
"activation": "on-demand",
|
|
"entryPoints": { "panel": "SettingsPanel.qml" }
|
|
}
|