https://github.com/pop-os/cosmic-panel
WIP
https://github.com/pop-os/cosmic-panel
Last synced: 18 days ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/pop-os/cosmic-panel
- Owner: pop-os
- License: gpl-3.0
- Created: 2022-01-24T16:45:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T20:48:14.000Z (28 days ago)
- Last Synced: 2025-03-29T11:04:48.961Z (25 days ago)
- Language: Rust
- Size: 1.41 MB
- Stars: 125
- Watchers: 18
- Forks: 36
- Open Issues: 73
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- stars - pop-os/cosmic-panel - WIP (Rust)
README
# Cosmic Panel (WIP)
### Building and Installing .deb
`dpkg-buildpackage -b -d`
`cd ..`
`sudo dpkg -i cosmic-panel_0.1.0_amd64.deb`### Configuring the panel / dock
See the provided configs for the panel and dock in `data/default_schema`.
The `com.system76.CosmicPanel` directory contains a key called entries, which is a list of profiles to be loaded.
Each profile then has its own directory, for example, `com.system76.CosmicPanel.Panel`.
You can make changes to the keys in this directory to alter the config.
After making changes to copies of the provided config in data `data/`, you may install each to `$HOME/.config/cosmic/`
`find data/default_schema_copy -type f -exec install -Dm0644 {} {{$HOME/.config/cosmic}}/{} \;`### Usage
cosmic-panel### Installing Plugins and Applets
See the following for examples of applets and plugins which can be installed and used:
https://github.com/pop-os/cosmic-applets