Commit graph

1598 commits

Author SHA1 Message Date
ad70441589 quickshell: toast notification sits in a base02 card to match the calendar
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-13 19:36:11 +01:00
faa345d016 quickshell: match calendar notification styling to the toast (shared defaults)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-13 19:25:06 +01:00
ddbc8929e4 alerting: silence per-ban crowdsec pushes; ntfy alert on service down/recovery
- crowdsec.nix: drop the ntfy notifications (one push per ban was constant
  noise on the WAN-exposed box); bans still happen silently
- service-health.nix: OnFailure=notify-failure@%n on 16 core units sends an
  ntfy 'down' push when a unit truly fails (after exhausting Restart=), then
  a 'recovered' push when it comes back. Shares /var/secrets/ntfy-url.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-13 17:54:37 +01:00
3047ea547c quickshell: profile selector — selected bright, unselected grey
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-13 17:45:16 +01:00
f1b8d5d57d quickshell: refactor — Theme tokens, reusable components, dedup
Reduces the shell from 2898 → 2712 lines (~316 lines of duplication removed,
~130 of reusable scaffolding added). Rollback point: tag quickshell-pre-refactor.

- Theme tokens: barHeight, radius/radiusSmall/radiusTiny, cardPad, animMorph/
  animContent/animFade — bar height and the shader cutout math now derive from
  one constant instead of ~10 scattered 30/26 literals
- SText/SIcon base components default the two fonts (removed 58 font.family lines)
- Card component: the rounded base01 section surface, now one definition driving
  7 cards (volume ×2, network ×2, battery ×2, calendar)
- PillSlider component: master + per-app volume sliders share one slider
- NotifContent component: calendar list + toast notification bodies deduped
- dead code: dropped unused QtQuick.Shapes import, collapsed redundant
  weatherGlyph branches, converted the lone RowLayout to drop QtQuick.Layouts

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-13 13:05:01 +01:00
forgejo-actions[bot]
479c6c6906 Update flake inputs 2026-06-13 04:01:00 +00:00
715ccdd4ae quickshell: session and launcher panels expand from a point like the dropdowns
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 20:10:20 +01:00
be330a0c6d quickshell: OnDemand keyboard with focus grab — Exclusive made the grab self-clear and close panels
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 19:49:25 +01:00
641d5c7e63 quickshell: launcher rises from the bottom frame; sliding pills in session menu and launcher list
- launcher moved into the bar window as a 5th SDF surface: melts out of
  the bottom frame edge, height morphs live as results filter
- session menu selection is a gliding pill (battery-menu tech)
- launcher selection uses an animated ListView highlight
- HyprlandFocusGrab gives both panels click-outside dismissal
- standalone Launcher.qml window removed

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 19:45:03 +01:00
d2bcdad2fe quickshell: session menu was painted UNDER the chrome shader — move above it, calendar palette
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 19:31:56 +01:00
a4a34e7248 quickshell: session menu follows the shell's selection grammar (pill border, accent icon)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 19:26:32 +01:00
1b22c771f4 quickshell: align battery row to baseline; session icons computed-bright, filled when selected
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 19:21:53 +01:00
cae1a69026 quickshell: brighter, bolder session icons (base07, weight 600); expose base06/07
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 14:28:50 +01:00
516b8b6d5b quickshell: session menu card backing, keyboard nav with default selection
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 14:23:33 +01:00
a14ccd8c09 quickshell: material symbols icons, network cards, session menu morphs from right edge
- Material Symbols Rounded (ligature names) replaces nerd-font glyphs for
  all shell icons; text stays on the stylix mono font
- network dropdown gets the card treatment like the others
- power menu is now an icon-only session panel melting out of the right
  frame column at screen centre (still Super+L); launcher is apps-only

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 14:06:20 +01:00
4540e38321 quickshell: slim pill sliders; card-style volume and battery dropdowns
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 10:41:13 +01:00
9a38cacc05 quickshell: sliding selection pill for power profile buttons
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 10:23:35 +01:00
bfcc54d0db quickshell: flush dropdowns spawn from their own button again — the SDF melt handles arrival
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 10:07:56 +01:00
a514893f3e quickshell: SDF shader chrome — true smooth-min liquid junctions with distance-band borders
Bar, frame, panel and toast are one signed-distance field (compiled to
qsb at build time); ears, border gaps and the parametric melt are all
emergent from the math. PanelShape and all melt machinery deleted.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 09:58:35 +01:00
724cdded4c quickshell: flush dropdowns live anchored to the column — grow down-left, shrink back into it
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 09:44:19 +01:00
ad2cbd0eaa quickshell: open the column border over merged panels, fade panel edge stroke with melt
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 09:35:46 +01:00
2d43e6ed24 quickshell: trigger column melt from target state, not float contact detection
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 09:28:16 +01:00
1a71f2c07b quickshell: geometric melt into the frame column — one shape, cubic-morphed right side
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 09:21:02 +01:00
dcf31fbe63 quickshell: crossfade dock/undock silhouette swap, ease column border jump
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 09:07:22 +01:00
8413ac293e quickshell: column merge is geometric — detaching panels release the frame border
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 08:58:49 +01:00
0632777245 quickshell: dropdowns grow out of and shrink into their widget
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 08:52:53 +01:00
forgejo-actions[bot]
28c64286bd Update flake inputs 2026-06-12 04:00:56 +00:00
cbe98bff77 quickshell: nudge tray 2px outward to offset icon artwork padding
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 21:25:02 +01:00
7558fe0fc5 quickshell: corner-symmetric 12px insets for bar content
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 21:16:27 +01:00
a6c38708fc quickshell: align right cluster to the window column like the dots
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 21:10:58 +01:00
2e0735fafa quickshell: align first workspace dot with the window column
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 20:58:25 +01:00
3d32befa5b quickshell: workspace dots with accent pill, nudged inside the frame
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 20:51:46 +01:00
f2cf842ace quickshell: fuzzy launcher search; content reveals/wipes with the chrome morph
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 20:32:19 +01:00
21db9825d5 hyprland: widen outer gaps on framed sides to match inter-window spacing
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 20:20:29 +01:00
a5feef766d quickshell: screen frame with rounded cutout; flush-right dropdowns merge into it
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 20:10:37 +01:00
0878cba10d quickshell: cancel pending hide when reviving a closing dropdown
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 20:01:20 +01:00
ab6f5d5dc8 quickshell: caelestia-style morphing dropdown chrome, single-shape silhouette
One shared panel (bg+border as single Shape paths, CurveRenderer) animates
position and size between dropdowns; per-dropdown ears/canvases removed.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 19:45:29 +01:00
d570674224 quickshell: fix dead power menu — execDetached for commands, lua dispatch syntax for logout
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 19:29:49 +01:00
fd8a52cee8 quickshell: meet ear curve tapers with inset bar strip and extended side borders
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 19:28:02 +01:00
4f2053b584 quickshell: fix 2px border corner geometry, align rounding with hyprland
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 15:27:57 +01:00
fc0c163b0b quickshell: hide toast instantly when popup opens
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 15:20:17 +01:00
991f3734aa quickshell: keep notification sound while popup open; opening popup dismisses toast
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 15:01:52 +01:00
2fcbc6865e quickshell: 2px borders to match hyprland window borders
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 14:57:04 +01:00
db99982c79 quickshell: soft-reload on config change so the tray host survives (fixes vesktop crash); suppress toast while popup open; animated hover states
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 14:49:07 +01:00
d24a51b0af quickshell: wrap notifications in a card to match the other panes
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 14:40:54 +01:00
583b0588c2 quickshell: card-style calendar/weather panes instead of separators
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 14:36:52 +01:00
116ccbc3eb quickshell: pixel-align dropdowns to fix fuzzy bar joins
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 14:34:19 +01:00
bb25df0b03 quickshell: gnome-style calendar popup with weather, media controls, notifications
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 11:23:28 +01:00
4d52da994c quickshell: upower battery, event-driven network, minute clock, stylix font, wifi glyphs
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 11:03:24 +01:00
77fca92c5c quickshell: native launcher + power menu, drop anyrun
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 10:47:20 +01:00