Dotfiles/desktopenvs/hyprdrive/station-bar
Amir Alexander Abdelbaki ede812c740 fix(station-bar): reserve the bar's whole surface so it stops eating clicks
The CyberQueer GTK4 theme puts `padding: 20px` on the `window` node, which
inflated the layer surface from BAR_HEIGHT (44px) to 84px. The extra 40px is
transparent but still part of the surface's input region, and only 44px were
reserved as the exclusive zone — so the bar hovered over the top of every
window below and swallowed clicks there (e.g. Firefox's address bar).

Zero the window node's padding/margin/border in the bar's own USER+1
stylesheet, and swap the hardcoded set_exclusive_zone(BAR_HEIGHT) for
auto_exclusive_zone_enable() so the reserved zone tracks the real surface
height whatever the theme does. Verified: surface and reserved are both 44px
on all three outputs, and the D-Bus hide/show toggle still releases and
restores the zone.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-20 16:12:56 +02:00
..
lib fix(hyprdrive/station-bar): wall-clock safety net so the holo intro can't stall 2026-07-19 16:21:28 +02:00
style fix(station-bar): reserve the bar's whole surface so it stops eating clicks 2026-08-20 16:12:56 +02:00
.gitignore feat(hyprdrive): add hyprdrive DE with full Cosmonaut Shell suite 2026-07-17 15:28:07 +02:00
bar.py fix(station-bar): reserve the bar's whole surface so it stops eating clicks 2026-08-20 16:12:56 +02:00
battery.py feat(hyprdrive): add hyprdrive DE with full Cosmonaut Shell suite 2026-07-17 15:28:07 +02:00
config.py feat(hyprdrive): add hyprdrive DE with full Cosmonaut Shell suite 2026-07-17 15:28:07 +02:00
hypr_ipc.py fix(hyprdrive): holographic Cosmonaut Shell fixes + per-monitor station bar 2026-07-18 10:34:40 +02:00
main.py fix(hyprdrive/station-bar): host a StatusNotifierWatcher so the tray fills 2026-07-18 17:44:17 +02:00
paths.py feat(hyprdrive): add hyprdrive DE with full Cosmonaut Shell suite 2026-07-17 15:28:07 +02:00
sni_watcher.py fix(hyprdrive/station-bar): host a StatusNotifierWatcher so the tray fills 2026-07-18 17:44:17 +02:00
theme.py feat(hyprdrive): add hyprdrive DE with full Cosmonaut Shell suite 2026-07-17 15:28:07 +02:00
tray.py fix(station-bar): make SNI watcher D-Bus calls async (self-deadlock) 2026-07-21 20:52:32 +02:00
volume.py feat(hyprdrive): add hyprdrive DE with full Cosmonaut Shell suite 2026-07-17 15:28:07 +02:00