Add io.github.yockerfx.CosmicAppletBongoPenguin#159
Open
YockerFX wants to merge 1 commit intopop-os:masterfrom
Open
Add io.github.yockerfx.CosmicAppletBongoPenguin#159YockerFX wants to merge 1 commit intopop-os:masterfrom
YockerFX wants to merge 1 commit intopop-os:masterfrom
Conversation
Bongo Penguin Counter applet for COSMIC. Counts global keyboard and mouse events via /dev/input/event* and animates a bouncing penguin in the panel. AES-encrypted persistence using a host-derived key. Wayland-only, requires the host user to be in the input group for evdev access. Pinned to upstream v0.1.1 (commit 9b6a4ec). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the Bongo Penguin Counter applet for COSMIC — a panel applet that counts global keyboard and mouse events and animates a bouncing penguin synced to the input rate.
v0.1.1, commit9b6a4ecdfa0e91e57a57e9814388a26f71c5de14flatpak-builderagainstorg.freedesktop.{Platform,Sdk}//25.08,org.freedesktop.Sdk.Extension.rust-stable//25.08, andcom.system76.Cosmic.BaseApp//stable.Notable manifest details
--socket=wayland, nofallback-x11).--device=allbecause evdev needs/dev/input/event*. The host user must be in theinputgroup for the counter to advance — Flatpak cannot grant kernel groups, and an in-app banner explains the fix-up for users who land in this state.count.dat, key derived from/etc/machine-id. Inside the sandbox the path resolves to~/.var/app/io.github.yockerfx.CosmicAppletBongoPenguin/data/. The derived key differs from a.debinstall (Flatpak fakes the machine-id), so previously-saved counters from a.debwill not decrypt and the code falls back cleanly to `0`.Test plan