You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After COSMIC desktop first stable release, I will probably switch to it. Or atleast add it as a desktop.
Some work to do:
Create cosmic-ctl (I don't know the name yet), a Rust CLI program to manage COSMIC Desktop file, similar to kconfig.
Interface similar to kconfig. Example: cosmic-ctl write --component com.system76.CosmicPanel.Dock --key exclusive_zone --version 1 false
Support for adding a JSON file as a input for multiple configuration writes or read. Will be useful for cosmic-manager. Example: cosmic-ctl write --json-file /path/to/json/file.json or cosmic-ctl --json 'JSON Content Here'
Support for other files too using --file to specify the path to the file
Create cosmic-manager to manage COSMIC Desktop files using home-manager and nix. Using cosmic-ctl.
The text was updated successfully, but these errors were encountered:
After COSMIC desktop first stable release, I will probably switch to it. Or atleast add it as a desktop.
Some work to do:
cosmic-ctl
(I don't know the name yet), a Rust CLI program to manage COSMIC Desktop file, similar tokconfig
.kconfig
. Example:cosmic-ctl write --component com.system76.CosmicPanel.Dock --key exclusive_zone --version 1 false
cosmic-manager
. Example:cosmic-ctl write --json-file /path/to/json/file.json
orcosmic-ctl --json 'JSON Content Here'
--file
to specify the path to the filecosmic-manager
to manage COSMIC Desktop files using home-manager and nix. Usingcosmic-ctl
.The text was updated successfully, but these errors were encountered: