Commit Graph
2957 Commits
Author SHA1 Message Date
ItsLemmy 38f698747b Foot term theming: Fix #475 2025-10-14 20:13:41 -04:00
ItsLemmy 43595e5c70 AudioService: fix #481 zero output/input volume after suspend. 2025-10-14 20:05:58 -04:00
ItsLemmy c082f4e871 autofmt 2025-10-14 19:32:41 -04:00
LemmyandGitHub 23b26a8ca7 Merge pull request #478 from lonerOrz/feature/widget-usage-badge
feat(settings): Add usage badges to widget selector
2025-10-14 19:31:48 -04:00
LemmyandGitHub 31152bd1c3 Merge pull request #479 from EdenQwQ/main
Workspace: improved style of active but not focused workspaces
2025-10-14 19:30:07 -04:00
loner ac81126095 Merge remote-tracking branch 'upstream/main' into feature/widget-usage-badge 2025-10-15 03:52:22 +08:00
LemmyandGitHub c336387a18 Merge pull request #469 from ixxie/flake/dependency-mgmt
NixOS: split the flake & add app2unit depdencency
2025-10-14 15:32:20 -04:00
Matan Bendix Shenhav c0fef4fa57 refactor(flake): split the flake
This extracts the package, home module and nixos systemd service from
the flake into distinct Nix modules.

Additionally, the package is updated to use default the qt wrapper
rather than the custom one previously used; this conforms to current
best practices in packaging Qt apps.

Several improvements are made to the Nix style as well.
2025-10-14 21:13:59 +02:00
ItsLemmy fb43d4ef94 set back do dev 2025-10-14 14:59:57 -04:00
ItsLemmy bc58a8feaf v2.18.0 v2.18.0 2025-10-14 14:59:31 -04:00
EdenQwQ 5f087eabe2 Workspace: improved style of active but not focused workspaces 2025-10-14 22:54:28 +08:00
ItsLemmy 0f10660b29 AudioCard: fix input volume connection 2025-10-14 10:48:40 -04:00
ItsLemmy dcf4f0f7d2 Project structure: moving stuff around 2025-10-14 10:46:31 -04:00
ItsLemmy 3cd75b1ed8 AudioCard: fixed jitter when using sliders 2025-10-14 10:37:56 -04:00
ItsLemmy 8ad2e5f8f7 ActiveWindow-MediaMidi: better looking in mini mode + optims. 2025-10-14 08:01:03 -04:00
ItsLemmy 79b96567dc AudioCard: sleeker volume sliders 2025-10-14 07:37:27 -04:00
ItsLemmy 1a32c70158 ControlCenter: better defaults 2025-10-13 22:03:29 -04:00
ItsLemmy 6f830234b7 ColorScheme: fixed important bug preventing templates generation when using predefined color schemes and toggling an app. 2025-10-13 21:35:49 -04:00
ItsLemmy 58ebb9dfb7 Settings-Wallpaper: fixed overflowing when enabling per monitor directory. 2025-10-13 21:08:17 -04:00
ItsLemmy 331a4d4032 Settings: fixed compositor scale ratio display in all tabs. 2025-10-13 20:33:39 -04:00
ItsLemmy 00509170ef Bar: improved "mini" density look 2025-10-13 20:16:18 -04:00
ItsLemmy 4e11f4e2e6 SectionEditor: improved dimensions and moving across sections (for control center) 2025-10-13 19:55:40 -04:00
ItsLemmy eb82491125 recomment default settings generation 2025-10-13 19:22:03 -04:00
ItsLemmy 8909d490c0 Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2025-10-13 19:21:18 -04:00
ItsLemmy 401d1ef230 Default settings 2025-10-13 19:21:15 -04:00
lysec be057059e0 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-10-14 01:18:59 +02:00
lysec 8d1d40f1de LockScreen: reduce clock font slightly 2025-10-14 01:18:51 +02:00
ItsLemmy a4cee6334b Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2025-10-13 19:18:32 -04:00
ItsLemmy 10090cbd30 ControlCenter: modularity! 2025-10-13 19:18:26 -04:00
lysec bc2d640c09 LockScreen: use fixed font 2025-10-14 01:18:05 +02:00
lysec 2ee50589e2 LockScreen: make first letter ofer usernamer uppercase 2025-10-14 01:11:00 +02:00
lysec 88c72fd2a6 LockScreen: fix invalid login attempt info 2025-10-14 01:01:42 +02:00
ItsLemmy 02f23e5f49 Removed .zed folder, just use gitignore instead -> Kainoa 2025-10-13 16:54:18 -04:00
Matan Bendix Shenhav f36c8fe73a fix(flake): install app2unit when option enabled 2025-10-13 22:01:18 +02:00
loner cf44574ac4 docs(i18n): Translate widget badge explanation to Portuguese 2025-10-14 03:59:04 +08:00
loner 5bc7ca4adf docs(i18n): Translate widget badge explanation to French 2025-10-14 03:58:25 +08:00
loner e447a7d11a docs(i18n): Translate widget badge explanation to Spanish 2025-10-14 03:57:27 +08:00
loner 20d7dfc003 docs(i18n): Translate widget badge explanation to German 2025-10-14 03:57:00 +08:00
loner d4c16de818 docs(i18n): Translate widget badge explanation to Chinese (Simplified) 2025-10-14 03:55:22 +08:00
loner 524e212765 docs(i18n): Explain widget usage badges in settings 2025-10-14 03:48:26 +08:00
loner 679224e1d9 feat(settings): Add usage badges to widget selector
Adds a visual indicator to the "Add Widget" dropdown in the Bar
settings panel to show which widgets are already in use and where.

- A small text badge ("L", "C", "R") now appears next to any widget
  that is already on a panel.
- The badges are reactive and update automatically when widgets are
  added or removed.
- This helps prevent accidental duplicate additions and makes widget
  management easier.
2025-10-14 03:40:51 +08:00
ItsLemmy 158d3a1e63 default settings 2025-10-13 10:07:52 -04:00
ItsLemmy a0907a5b96 ControlCenter: toggle to hide/show volume sliders + getting ready for more modularity soon 2025-10-13 10:04:47 -04:00
ItsLemmy 962811db0e NSearchableComboBox: better scaling + fixed hover color 2025-10-13 09:58:42 -04:00
lysec b58ce5f982 Notification: better animations
NIconPicker: fix width/height
Autoformat
2025-10-13 15:52:19 +02:00
lysec 6217001886 edit funding.yml 2025-10-13 15:31:31 +02:00
lysec 5db1941633 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-10-13 15:30:02 +02:00
lysec 158eaf51c2 AboutTab: add small kofi link 2025-10-13 15:29:43 +02:00
ItsLemmy ea334a6fcd Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2025-10-13 09:13:20 -04:00
ItsLemmy af0d8e6913 Settings: slightly bigger panel 2025-10-13 09:13:17 -04:00