feat: transparent top bar with pill-styled panel items

GNOME 50 extension. Panel background fully transparent; each panel
button (clock, quick settings, indicators) gets a translucent rounded
pill with hover/active states. Clock's built-in inner highlight
suppressed to avoid double background.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-03 16:48:57 +02:00
commit 234c17bce8
3 changed files with 52 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import {Extension} from 'resource:///org/gnome/shell/extensions/extension.js';
// All styling lives in stylesheet.css, which GNOME Shell loads
// automatically while the extension is enabled.
export default class PanelPills extends Extension {
enable() {}
disable() {}
}