Lemmy
5eaefd8bfd
chore(MainScreen): Quickshell default layer is WlrLayer.Top, let's set them explicitely for clarity
2026-03-21 08:45:58 -04:00
Lemmy
2efacafb69
feat(OSD): full click-through
2026-03-21 08:42:46 -04:00
Lemmy
c78e7e386a
Revert "fix(OSD): keep panelwindow always loaded to avoid hotplug crash"
...
This reverts commit 3b5410103a .
2026-03-21 08:41:42 -04:00
Sefa Eyeoglu
0261f73943
fix(btsubtab): fix alpha on ntexts
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net >
2026-03-21 13:12:46 +01:00
Lemmy
6180d457f2
feat(audioviz): added a settings to control the frequency mirroring. Fix #2239
2026-03-20 21:59:15 -04:00
Lemmy
8abf32ac15
fix(desktop-widgets): ignore mouse via mask when not editing so the events pass thru to an eventulal desktop shortcuts manager (pcmanfm). Fix #2241
2026-03-20 21:33:17 -04:00
Lemmy
cd5863651b
Merge pull request #2235 from blackbartblues/feat/plugin-panel-slot-background-color
...
feat(plugin-panel-slot): forward panelBackgroundColor from plugin to SmartPanel
2026-03-20 21:07:35 -04:00
Lemmy
077989a347
Update PluginPanelSlot.qml
2026-03-20 21:07:10 -04:00
Lemmy
b3b236fdb8
fix(active-window): fix vertical centering, more robust if fonts get bigger than icon.
2026-03-20 20:38:01 -04:00
Lemmy
9966d695cc
fix(settings): cleaning remnants of Settings.data.bar.floating
2026-03-20 19:47:14 -04:00
Lemmy
1554d6851d
fix(panel): simplify calculations
2026-03-20 19:09:03 -04:00
Lemmy
9430c25b1f
Merge pull request #2234 from blackbartblues/fix/smart-panel-floating-bar-overflow
...
fix(smart-panel): prevent panel overflow on small screens with floating bar
2026-03-20 19:05:27 -04:00
WojciechSulocki-Gif
7c197147ec
fix(smart-panel): also clamp panelHeight for vertical floating bars
2026-03-20 23:20:09 +01:00
Lysec
56457b1400
style(lockscreen): adjust capslock & password input icon
2026-03-20 18:56:41 +01:00
WojciechSulocki-Gif
ed8593aa1b
feat(plugin-panel-slot): forward panelBackgroundColor from plugin to SmartPanel
2026-03-20 16:50:55 +01:00
WojciechSulocki-Gif
d51a7406d6
fix(smart-panel): prevent panel overflow on small screens with floating bar
2026-03-20 16:50:29 +01:00
Lemmy
c8d8709c26
Revert "perf(mainscreen): merging fix/damage-control"
...
This reverts commit 67a7f75c37 , reversing
changes made to 8828d9d7be .
2026-03-20 00:29:04 -04:00
Lemmy
039ad4db9c
Revert "fix(mainscreen): avoid potential single frame flicker of the bar when resizing"
...
This reverts commit 219a4742df .
2026-03-20 00:29:00 -04:00
Lemmy
5ee59dc415
Revert "fix(mainscreen): fix posty bar bg flicker"
...
This reverts commit 59aa80c36b .
2026-03-20 00:28:54 -04:00
Lemmy
59aa80c36b
fix(mainscreen): fix posty bar bg flicker
2026-03-20 00:17:31 -04:00
Lemmy
219a4742df
fix(mainscreen): avoid potential single frame flicker of the bar when resizing
2026-03-19 23:53:22 -04:00
Lemmy
67a7f75c37
perf(mainscreen): merging fix/damage-control
2026-03-19 23:32:52 -04:00
Lemmy
1f0ea41c35
feat(screencorners): no longer reside in MainScreen, tiny PanelWindow. Will also serve for hotcorners detection
2026-03-19 22:46:13 -04:00
Lemmy
b1f8a24da4
perf(mainscreen): collapse Mainscreen to bar-sized when idle
2026-03-19 22:10:03 -04:00
Lemmy
a834b42f38
Merge pull request #2225 from mia-0/layershell_workaround
...
MainScreen/PanelWindow: do not put on top layer
2026-03-19 21:24:41 -04:00
Lemmy
6c57717595
fix(panel): when animations are disabled to log a warning on every panel open
2026-03-19 20:58:14 -04:00
Lemmy
9818fa8772
chore(autofmt)
2026-03-19 18:49:24 -04:00
Mia Herkt
345cdfb325
MainScreen/PanelWindow: do not put on top layer
...
That would prevent direct scanout for other clients.
2026-03-19 18:50:07 +01:00
Lemmy
e08b08893e
Merge pull request #2215 from mia-0/weathercard_perf
...
WeatherCard: Avoid using too much processing power
2026-03-19 08:59:06 -04:00
Lysec
5eb8b9cbcb
fix(wallhaven): adjust height calculation to prevent overshooting
...
Issue: #2213
2026-03-19 09:09:01 +01:00
Mia Herkt
993ac87cfa
WeatherCard: Avoid using too much processing power
...
Adjust effect speeds and update rates.
Roughly halves power consumption on older Intel hardware (Haswell).
2026-03-19 07:15:29 +01:00
Lemmy
0065d9b53f
chore(autofmt): lysec cloned again
2026-03-18 19:16:44 -04:00
Lemmy
7a65416170
fix(about): show noctalia-qs new version string
2026-03-18 19:16:12 -04:00
Lysec
bc258254d8
fix(notification-rules): do not allow empty patterns
2026-03-18 21:31:49 +01:00
Lysec
381444bc2c
feat(notifications): add notification display rules
...
- block: skips the notification completely
- mute: does not play sound (played by noctalia), shows popup, adds to
history
- hide: no sound, no popup, still adds to history
2026-03-18 21:24:14 +01:00
Lysec
9f8bf988f0
fix(ntextinput): use onTextChanged for autosave, onEditingFinished instead of onAccepted
...
- Switch most settings from onEditingFinished to onTextChanged so
changes save on every keystroke
- Replace onAccepted with onEditingFinished (Enter + blur) for search,
pager, wifi, bluetooth
- Keep onEditingFinished for pager, wallhaven, path inputs, and
validation fields
2026-03-18 17:50:46 +01:00
Lysec
e6ca3889c0
fix(Settings): prevent keyboard search from clearing/navigating on second keystroke
2026-03-18 17:08:30 +01:00
Lemmy
ecad305dd9
fix(wallpaper): fixed wallhaven pager. increased height from 45% to 70%
2026-03-18 11:55:41 -04:00
Lemmy
1ed2e5762d
chore(merge): bar autohide + hyprland fixes
2026-03-18 09:00:54 -04:00
nZo-sp
71568bd2a3
Added min/max events in audio service to notify subscribers when audio limit is reached
2026-03-17 17:54:28 +01:00
Lemmy
2ffb41a2b1
fix(bar): never unload content when bar is hidden
2026-03-17 10:24:55 -04:00
Lemmy
23a5b1de55
fix(network): force opaque on nbox delegate to avoid ugly opacity.
2026-03-17 09:55:07 -04:00
Lemmy
3062797165
fix(notif/workspace): reverting some of the previous attempt from timer back to Qt.callLater
2026-03-17 09:21:41 -04:00
Lysec
311fc08ac8
fix(bar): attempt to avoid crash when autohide is used
2026-03-17 11:00:43 +01:00
Lysec
46a3c7e2d4
Revert "fix(bar): defer update to next cycle"
...
This reverts commit 2fcd219c34 .
2026-03-17 10:38:25 +01:00
Lysec
2fcd219c34
fix(bar): defer update to next cycle
2026-03-17 10:16:41 +01:00
Lemmy
e39ff3a815
fix(popup): disable autoclose by clicking outside to avoid loosing settings by accident.
2026-03-16 21:21:09 -04:00
Lemmy
dd64858717
fix(tooltip): limit tooltip radius when box is too small, larger horizontal padding for grid mode.
2026-03-16 20:47:48 -04:00
Lemmy
515eece59a
fix(network): ethernet info - fix box border color
2026-03-16 20:34:40 -04:00
Lemmy
088c1e0708
fix(network): removed hover effect, adjusting size and radius.
2026-03-16 19:59:12 -04:00