Commit Graph

9301 Commits

Author SHA1 Message Date
Lysec da2e2dda52 Merge pull request #2363 from MrDowntempo/main
Feat: Option to hide title in active window bar widget
2026-03-31 19:18:48 +02:00
Corey Woodworth cfad4fc77a chore: run qmlfmt.sh again 2026-03-31 13:15:41 -04:00
Corey Woodworth c824140471 fix: Add showText to BarWidgetRegistry and settings-widgets-default 2026-03-31 13:12:22 -04:00
Lysec 357f577c60 Merge pull request #2362 from breadandsoup/main
Update pywalfox.json
2026-03-31 18:52:20 +02:00
Lysec 43fe1e1947 fix(audio): stop volume sliders fighting service state 2026-03-31 14:43:03 +02:00
Lysec d4e7a8e967 fix(audio): stabilize input volume % via wpctl like default sink 2026-03-31 14:30:28 +02:00
Corey Woodworth 900e1f1286 chore: run qmlfmt.sh 2026-03-31 03:36:26 -04:00
Corey Woodworth 0c9d3b83be chore: add modified files again because they were not staged (I don't get git sometimes) 2026-03-31 03:18:49 -04:00
Corey Woodworth 95dfb2ade2 chore(i18n): Add englisht strings for the text toggle 2026-03-31 03:12:22 -04:00
Corey Woodworth 53b5dbac4c feat: Add showText variable to show/hide name of Active Window 2026-03-31 02:55:23 -04:00
breadandsoup 174d8b33bc Update pywalfox.json
Now uses correct colors for dark mode and as-close-to-correct-as-possible colors for light mode. Removed colors 16-19; pywalfox can only read colors 0-15.
2026-03-30 22:32:42 -07:00
Lysec 421ccc4c87 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2026-03-31 03:24:36 +02:00
Lysec 4a371422cd fix(ColorScheme): sync light/dark toggle to gtk 2026-03-31 03:24:31 +02:00
Ly-sec 4d4edff06d chore(flake): update flake.lock 2026-03-31 01:15:58 +00:00
Lysec 09386b1903 fix(theming): sync gtk-theme with color-scheme when system sync is on 2026-03-31 03:09:55 +02:00
Lysec 40c8b17620 Merge pull request #2324 from cbxcvl/fix/renderer-redos
fix(renderer): remove ambiguous \s* from _BLOCK_RE to prevent ReDoS
2026-03-31 02:52:40 +02:00
Lysec cc4cf9cc44 Merge pull request #2327 from cbxcvl/fix/expr-re-redos
fix(renderer): remove ambiguous \s* from _EXPR_RE to prevent ReDoS
2026-03-31 02:52:30 +02:00
Lysec a4b7a693e5 Merge pull request #2328 from cbxcvl/fix/parse-if-redos
fix(renderer): remove ambiguous \s* from _parse_if regex to prevent ReDoS
2026-03-31 02:52:27 +02:00
Lysec 90a5dd1cd8 fix(theming): keep system color-scheme in sync on every dark mode change
Issue: #2357
2026-03-31 02:10:12 +02:00
Lysec 6d3ca58896 fix(workspaces): assign display index per output in ExtWorkspaceService 2026-03-30 15:20:57 +02:00
Lysec c879d0864b style(wallpaper): dont switch favorite in split wallpaper on first click 2026-03-30 14:40:39 +02:00
Lysec ea48cd0bbf Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2026-03-30 14:29:38 +02:00
Lysec c9bda88e39 fix(wallpaper): cleanup misleading code 2026-03-30 14:29:33 +02:00
Lemmy 2afa833dbf chore(autofmt) 2026-03-30 08:28:01 -04:00
Lemmy 9bc5effb3d fix(plugin): fix loadWidget 2026-03-30 08:27:45 -04:00
Lysec f2e5f9953f fix(wallpaper): hide light/dark icon in split wallpaper mode 2026-03-30 14:24:21 +02:00
Lysec 386d4d3135 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2026-03-30 13:38:59 +02:00
Lysec 0d770725bc fix(wallpaper): adjust wallpaper light/dark & favorite logic 2026-03-30 13:38:52 +02:00
Lysec 00392ff8d2 Merge pull request #2312 from notiant/patch-2
Rework Airplane Mode handling & remove bluetoothctl fallback
2026-03-30 12:06:13 +02:00
notiant b3a9aca837 Add check for non-zero width in enhancedBand 2026-03-30 11:12:36 +02:00
Ly-sec 62f55f54de chore(flake): update flake.lock 2026-03-30 06:25:17 +00:00
Ly-sec 07afddfafa chore(flake): update flake.lock 2026-03-30 01:18:30 +00:00
Lemmy dd22f7bc37 fix(blur): force flush wayland state, to avoid stuck blur regions 2026-03-29 20:23:22 -04:00
Lemmy 664707d77e fix(ncolorchoice): added "enabled" visual feedback 2026-03-29 19:42:37 -04:00
Lemmy dfc3bd9535 fix(plugins): fixed desktopWidget settings vs plugin settings 2026-03-29 19:39:56 -04:00
Lemmy 73dfeb9f73 fix(bar): pass initial properties on creation (screen, section, etc...) to avoid potential registration issues. 2026-03-29 19:39:25 -04:00
Lemmy 967e9d843b fix(desktop-widgets): pass screen as initial property to avoid wrong spectrum registration 2026-03-29 18:36:48 -04:00
Lysec e41c78e2fa Merge pull request #2347 from D3rJust1n/main
fix (ci): Fix that workflow isn't triggered if it's not the main repo
2026-03-29 19:59:08 +02:00
Lysec 83de5d047b chore(i18n) 2026-03-29 19:56:34 +02:00
Lysec dd1ff1f0da Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2026-03-29 19:54:45 +02:00
Lysec 5d9f0794dc style(WallpaperPanel): adjust layout for light/dark & monitor selector toggles 2026-03-29 19:54:35 +02:00
D3rJust1n 1c34c4dde1 fix (ci): Fix that workflow isn't triggered if it's not the main repository 2026-03-29 19:49:41 +02:00
Lemmy 86e5112e89 fix(plugins): avoid potential race condition during update process 2026-03-29 13:00:15 -04:00
Lemmy f85b4a7e6d fix(templating) improved handling of symlinks 2026-03-29 11:44:43 -04:00
Lemmy 72df0bfe1d Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2026-03-29 11:05:50 -04:00
Lemmy e7eeabf99b fix(nbutton): wrap in an Item to properly reserve border space for improved fractional scaling render 2026-03-29 11:05:49 -04:00
Lysec a9bc3848f3 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2026-03-29 17:01:30 +02:00
Lysec e320b53709 chore(i18n) 2026-03-29 17:01:19 +02:00
Lemmy c942c10f8a fix(widgets): improves disable states by avoiding stacking opacities 2026-03-29 10:52:58 -04:00
Lemmy c2a2a44378 fix(ncontextmenu): improved parent constraining 2026-03-29 10:33:21 -04:00