https://github.com/cosmic-utils/cosmic-ext-applet-sysinfo
Simple system info applet for cosmic
https://github.com/cosmic-utils/cosmic-ext-applet-sysinfo
Last synced: about 1 year ago
JSON representation
Simple system info applet for cosmic
- Host: GitHub
- URL: https://github.com/cosmic-utils/cosmic-ext-applet-sysinfo
- Owner: cosmic-utils
- License: gpl-3.0
- Created: 2025-01-14T12:13:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-04T08:48:38.000Z (about 1 year ago)
- Last Synced: 2025-05-04T09:28:38.003Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 139 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple system info applet for cosmic
## Installation
### Manual
The applet can be installed using the following steps:
```sh
sudo apt install libxkbcommon-dev just
git clone https://github.com/rwxroot/cosmic-ext-applet-sysinfo.git
cd cosmic-ext-applet-sysinfo
just build
sudo just install
```
`libxkbcommon-dev` is required by `smithay-client-toolkit`
### Arch Linux
On Arch Linux, the applet can be installed using the PKGBUILD [`cosmic-ext-applet-sysinfo-git`](https://aur.archlinux.org/packages/cosmic-ext-applet-sysinfo-git), available on the [AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository).