Commit Graph

1053 Commits

Author SHA1 Message Date
Lemmy 02c250ab37 Merge pull request #648 from ahmet-cetinkaya/feat/taskbar-workspace-numbers
feat(bar): add workspace numbers to TaskbarGrouped widget
2025-11-10 12:30:19 -05:00
Ly-sec 54f8b3574d KeyboardLayout: add toast to inform the user about changed layout 2025-11-10 18:21:47 +01:00
Ahmet Çetinkaya 579e9bf914 Merge upstream/main into feat/taskbar-workspace-numbers
- Resolved file location conflicts by moving TaskbarGroupedSettings.qml to Modules/Panels/Settings/Bar/WidgetSettings/
- Fixed translation conflicts in de.json, es.json, fr.json, pt.json, and zh-CN.json by adding taskbar-grouped translation sections
- Maintained all existing functionality while adapting to new project structure
- Preserved workspace number feature functionality across all supported languages

Conflicts resolved:
- Translation files: Added taskbar-grouped sections after existing taskbar sections
- File location: Moved settings file to new Panels directory structure
2025-11-10 19:41:09 +03:00
Ly-sec 5402ae32f5 Notification: make doNotDisturb non persistent (fixes #665) 2025-11-10 17:12:51 +01:00
ItsLemmy 97e24ac9b3 Compositor: Fix lockAndSuspend - missing import 2025-11-10 10:30:02 -05:00
ItsLemmy 8c01158bad Autoformat 2025-11-10 10:03:23 -05:00
ItsLemmy 141f971a1d Notifications: Fixed Toast when toggling DND 2025-11-10 10:03:12 -05:00
Lemmy bd63fe1c8c Merge pull request #702 from onelocked/main
Fixing Matugen Ghostty posthook
2025-11-10 09:59:38 -05:00
Lysec 0300666e1e Merge pull request #703 from acdcbyl/main
Matugen: fix spicetify theme work for predefined colors && fix `hex_tripped` does not work
2025-11-10 15:33:38 +01:00
Aiser e3aa6e3429 Matugen: fix spicetify theme work for predefined colors && fix hex_stripped does not work 2025-11-10 22:30:22 +08:00
onelocked c40e39708b Fixing Matugen Ghostty posthook
Ensure that the command runs in a Bash shell (fixes for people running
nu shell)
pgrep -f matches the entire command line, so it catches variants like
.ghostty-wrapped.
2025-11-10 14:22:16 +00:00
Lemmy 0573f24d63 Merge pull request #664 from lonerOrz/fix/vertical-bar-text
fix(custom button): Adjust the custom button text display when the bar is vertical
2025-11-10 08:34:54 -05:00
Ly-sec bb8ab1f7eb SystemTrayService: add service to init tray faster (#689) 2025-11-10 12:56:01 +01:00
Ly-sec c6bd84dfaa ControlCenter: add colorize distro toggle 2025-11-10 12:47:49 +01:00
loner 2f853e3eca feat(bar): Add option to hide CustomButton text in vertical bar 2025-11-10 18:39:53 +08:00
Aiser 85ff0532fa Matugen: fix ghostty's posthook 2025-11-10 14:39:54 +08:00
Aiser b4ac786e8b Matugen: add spicetify theme for Spotify 2025-11-10 13:20:51 +08:00
ItsLemmy b7f071d31e Back to -dev 2025-11-09 21:02:58 -05:00
ItsLemmy ba00da67c5 v3.0.5 2025-11-09 21:02:14 -05:00
ItsLemmy 0724e31cf8 AppTheming: fix a warning when generating for predefined color schemes. 2025-11-09 20:33:18 -05:00
ItsLemmy e13da1eaa2 TemplateProcessor: Toast a warning instead of error when encoutering an issue. 2025-11-09 19:40:23 -05:00
ItsLemmy cd0556064b Back to -dev + fix sessionMenu lock and suspend IPC call 2025-11-09 19:24:17 -05:00
ItsLemmy 889a587541 3.0.4 2025-11-09 18:46:50 -05:00
ItsLemmy b2a4a25488 IPC: Added a lot of missing imports. 2025-11-09 18:46:17 -05:00
ItsLemmy a0ebd39023 Wi-Fi: wrap env var object to avoid erroring 2025-11-09 18:08:55 -05:00
ItsLemmy 55f2a03a50 Theming-vicinae: improve cp syntax 2025-11-09 17:45:57 -05:00
ItsLemmy 689e96ea81 back to -dev 2025-11-09 16:56:58 -05:00
ItsLemmy 0a07c96f5b v3.0.3 2025-11-09 16:55:41 -05:00
Ly-sec 06566fbd04 TemplateRegistry: make the user-templates.toml generation more robust 2025-11-09 19:27:23 +01:00
ItsLemmy 2cea2d12de AudioVisualizer: Low vs High Quality via setting. 2025-11-09 10:06:50 -05:00
ItsLemmy 49c7c0cd72 Cava-Visualizer: optimizations on idle 2025-11-09 09:35:27 -05:00
ItsLemmy 3c07054ae8 Theming: Fix a console warning due to missing var 2025-11-09 09:21:14 -05:00
ItsLemmy d6d4c65dea Project structure
- Merged KeyboardLayout in KeyboardLayoutService
- Renamed TablerIcons -> IconsTabler
2025-11-08 23:25:32 -05:00
ItsLemmy 3b7411f1ad Bar-Widgets: re-adding a lot of missing services since the refactor. 2025-11-08 23:07:46 -05:00
ItsLemmy 8b7ec73fdf No need to track open popups anymore. Avoid widgets to include services directly 2025-11-08 22:37:19 -05:00
ItsLemmy 168bf54f41 Fixing app templating after refactor 2025-11-08 20:50:21 -05:00
ItsLemmy 355271768c Services in subfolder + cleanup/fixes 2025-11-08 16:38:43 -05:00
ItsLemmy 20c0589ce4 Refactor AppTheming in smaller services 2025-11-08 10:52:42 -05:00
ItsLemmy 8794a2cf35 Merge branch 'optims' 2025-11-08 08:16:21 -05:00
Ly-sec 2b04f8a910 NotificationService: implement (#673) replacing functionality for notifications 2025-11-08 14:06:16 +01:00
Ala Alkhafaji e09ed5b060 add IPC calls to enable/disable Do Not Disturb 2025-11-08 12:44:58 +01:00
Ly-sec 061b92697c NoctaliaPerformance: add performance toggle (disables shadows & animations) 2025-11-08 09:13:48 +01:00
Ly-sec cd91b00b40 NotificationService: dedupe identical notifications 2025-11-08 09:04:30 +01:00
ItsLemmy c1d43127b3 Back to -dev 2025-11-07 23:07:55 -05:00
ItsLemmy 4b7fbd2d06 v3.0.2 2025-11-07 23:06:32 -05:00
ItsLemmy 15ff939ecd SysMon-Bar: default to white text 2025-11-07 22:45:38 -05:00
ItsLemmy 385ac20241 Matugen: added a [templates] section or matugen would crash if the user templates is not customized. 2025-11-07 22:03:11 -05:00
ItsLemmy cece0dd8df Back to -dev 2025-11-07 17:06:14 -05:00
ItsLemmy 363c639122 3.0.1 2025-11-07 17:05:17 -05:00
ItsLemmy 6290340988 Noctalia Performance Mode: basic backend and toast.
- Could use a bar widget
- Could use a control center widget
2025-11-07 15:58:06 -05:00