| .. |
|
BackgroundOverlay.qml
|
fix: seconds bar color anim 800ms→500ms, match colon
|
2026-04-15 20:12:25 +02:00 |
|
Backlight.qml
|
fix: swallow first pipewire/backlight value to prevent osd on startup
|
2026-04-15 20:48:28 +02:00 |
|
Bar.qml
|
hide window title group when no window has focus
|
2026-04-15 14:27:31 +02:00 |
|
BarGroup.qml
|
frosted glass background for bar groups
|
2026-04-13 21:21:07 +02:00 |
|
BarIcon.qml
|
tooltip flyout border matches module accent color
|
2026-04-13 16:18:31 +02:00 |
|
BarLabel.qml
|
tooltip flyout border matches module accent color
|
2026-04-13 16:18:31 +02:00 |
|
BarSection.qml
|
tooltip flyout border matches module accent color
|
2026-04-13 16:18:31 +02:00 |
|
Battery.qml
|
keep critical color visible during blink (raise opacity floor to 0.45)
|
2026-04-15 16:05:18 +02:00 |
|
Bluetooth.qml
|
refactor: replace Loader with LazyLoader for all popup menus
|
2026-04-13 20:21:18 +02:00 |
|
BluetoothMenu.qml
|
replace MouseArea with HoverHandler+TapHandler in BT/network menu delegates
|
2026-04-15 14:23:42 +02:00 |
|
Clock.qml
|
propagate group accent color to modules via accentColor chain
|
2026-04-12 22:14:45 +02:00 |
|
Cpu.qml
|
fix: stable-width cpu panel header labels using worst-case sizer
|
2026-04-15 21:12:46 +02:00 |
|
Disk.qml
|
refactor: add SystemStats singleton + nova-stats daemon for cpu/mem polling
|
2026-04-15 02:11:38 +02:00 |
|
Flyout.qml
|
refactor: extract PopupBackground component for shared panel styling
|
2026-04-13 20:26:34 +02:00 |
|
FlyoutState.qml
|
fix flyout accent color fallback, stop cava when module hidden
|
2026-04-13 17:21:22 +02:00 |
|
hex_wave.frag
|
fix jarring color jump in hex shimmer: sawtooth → triangle wave
|
2026-04-13 21:34:34 +02:00 |
|
HoverPanel.qml
|
fix: hover panels on Top layer so they animate with workspace switches
|
2026-04-15 21:05:22 +02:00 |
|
IdleInhibitor.qml
|
idle inhibitor: accent color when inactive, orange warning when active
|
2026-04-13 16:33:49 +02:00 |
|
Memory.qml
|
feat: add process list column headers to cpu and memory panels
|
2026-04-15 21:11:32 +02:00 |
|
Modules.qml
|
fix: default modules to disabled, enable non-configured ones after json load
|
2026-04-15 20:40:50 +02:00 |
|
Mpris.qml
|
make HoverPanel fullscreen to avoid Niri resize issues, fix cpu freq color
|
2026-04-13 22:49:38 +02:00 |
|
Network.qml
|
refactor: replace Loader with LazyLoader for all popup menus
|
2026-04-13 20:21:18 +02:00 |
|
NetworkMenu.qml
|
replace MouseArea with HoverHandler+TapHandler in BT/network menu delegates
|
2026-04-15 14:23:42 +02:00 |
|
NiriIpc.qml
|
feat: auto-disable niri-dependent components when NIRI_SOCKET is absent
|
2026-04-15 21:08:44 +02:00 |
|
NotifCenter.qml
|
fix NotifCenter: switch from deleted PopupPanel to HoverPanel
|
2026-04-13 23:31:51 +02:00 |
|
Notifications.qml
|
refactor: replace Loader with LazyLoader for all popup menus
|
2026-04-13 20:21:18 +02:00 |
|
NotifItem.qml
|
perf: consolidate notif timeStr timers into one global tick; fix osd open-on-start
|
2026-04-15 20:02:46 +02:00 |
|
NotifPopup.qml
|
notification progress: background fill instead of separate bar
|
2026-04-13 17:09:50 +02:00 |
|
NotifService.qml
|
perf: consolidate notif timeStr timers into one global tick; fix osd open-on-start
|
2026-04-15 20:02:46 +02:00 |
|
OverviewBackdrop.qml
|
perf/feat: gate cpu behaviors on _showPanel; add reducedMotion theme setting for ambient animations
|
2026-04-15 19:03:56 +02:00 |
|
PopupBackground.qml
|
refactor: extract PopupBackground component for shared panel styling
|
2026-04-13 20:26:34 +02:00 |
|
Power.qml
|
refactor: replace Loader with LazyLoader for all popup menus
|
2026-04-13 20:21:18 +02:00 |
|
PowerMenu.qml
|
merge PopupPanel into HoverPanel with popupMode flag, delete PopupPanel
|
2026-04-13 23:26:35 +02:00 |
|
PowerProfile.qml
|
refactor: extract PowerProfileService singleton; reducedMotion auto-enables on power-saver profile
|
2026-04-15 19:08:46 +02:00 |
|
PowerProfileService.qml
|
refactor: extract PowerProfileService singleton; reducedMotion auto-enables on power-saver profile
|
2026-04-15 19:08:46 +02:00 |
|
Privacy.qml
|
nix fmt
|
2026-04-12 19:05:24 +02:00 |
|
ProcessList.qml
|
refactor: ProcessList non-singleton with sortBy+active, each panel owns one instance gated on _showPanel
|
2026-04-15 18:01:49 +02:00 |
|
qmldir
|
refactor: extract PowerProfileService singleton; reducedMotion auto-enables on power-saver profile
|
2026-04-15 19:08:46 +02:00 |
|
ScreenCorners.qml
|
screen corners: use exclusiveZone -1 to ignore bar offset
|
2026-04-12 18:53:47 +02:00 |
|
SystemStats.qml
|
fix: init cpuCores with correct count on first stat tick regardless of consumers
|
2026-04-15 20:06:01 +02:00 |
|
Temperature.qml
|
perf: move temperature polling into nova-stats daemon; Temperature.qml is now pure display
|
2026-04-15 19:17:54 +02:00 |
|
Theme.qml
|
refactor: extract PowerProfileService singleton; reducedMotion auto-enables on power-saver profile
|
2026-04-15 19:08:46 +02:00 |
|
ThemedIcon.qml
|
themed icons in tray, misc tweaks
|
2026-04-12 14:33:10 +02:00 |
|
Tray.qml
|
refactor: replace Loader with LazyLoader for all popup menus
|
2026-04-13 20:21:18 +02:00 |
|
TrayMenu.qml
|
fix remaining PopupPanel refs in TrayMenu and Volume
|
2026-04-13 23:34:26 +02:00 |
|
Volume.qml
|
fix: swallow first pipewire/backlight value to prevent osd on startup
|
2026-04-15 20:48:28 +02:00 |
|
Weather.qml
|
propagate group accent color to modules via accentColor chain
|
2026-04-12 22:14:45 +02:00 |
|
WindowTitle.qml
|
feat: auto-disable niri-dependent components when NIRI_SOCKET is absent
|
2026-04-15 21:08:44 +02:00 |
|
Workspaces.qml
|
feat: auto-disable niri-dependent components when NIRI_SOCKET is absent
|
2026-04-15 21:08:44 +02:00 |