cosmic-config template program for the COSMIC desktop!
Find a file
Ryan Brue 250a5c7a19 revert patches
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
2024-11-04 23:06:52 -06:00
base_templates one more update to windows panel 2024-11-01 23:15:48 -05:00
src Update windows panel example and add windows 10 panel example 2024-11-01 22:30:03 -05:00
.gitignore Initial commit (WIP) 2024-10-27 12:38:55 -05:00
.gitmodules working release (v1.0.0) 2024-10-29 01:07:23 -05:00
Cargo.lock revert patches 2024-11-04 23:06:52 -06:00
Cargo.toml revert patches 2024-11-04 23:06:52 -06:00
CHANGELOG fix: use patch to fix stupid buggy cargo behavior :) 2024-11-04 22:51:13 -06:00
LICENSE chore: Update license to MPL-2.0 2024-11-04 14:18:23 -06:00
README.md update readme install instructions 2024-11-01 23:30:26 -05:00

cosmic-ext-config-templates: cosmic-config template program for the COSMIC desktop!

This program will allow you to create template files that can apply COSMIC config settings en-masse! The motivation to make this program was so that I could have different panel templates and apply them at any time.

Install

cargo install --git https://github.com/ryanabx/cosmic-ext-config-templates

Usage

cosmic-ext-config-templates --help

Example 1 (Generate a panel template)

cosmic-ext-config-templates generate -o ./my_panel.ron panel

Example 2 (Load a template from a file)

cosmic-ext-config-templates load-file ./my_panel.ron

Example 3 (Load a premade Ubuntu panel template)

cosmic-ext-config-templates load-template ubuntu-panel

Contributing

All contributions are welcome, whether it be adding new base templates or anything else you might think of! This project is licensed under the GPL-3.0 license!