Commit Graph

1966 Commits

Author SHA1 Message Date
Lysec e85ce902cb fix(i18n): add missing bar widget translation string 2026-04-09 23:46:42 +02:00
Adria Martin b9745c375f fix: use distinct MD3 tokens for surface shades in Starship template
Avoid repeating the same token for multiple surface/overlay palette
entries. Each shade now maps to a unique MD3 token following the
pattern used by other wallpaper-based templates.
2026-04-08 14:24:24 +07:00
Adria Martin 5cf22040b3 feat: add Starship prompt template
Add built-in Starship template that dynamically updates the prompt
color palette when switching Noctalia color schemes. Includes both
wallpaper-based and predefined template variants.
2026-04-08 13:14:43 +07:00
loner 9d4fad0b28 refactor(settings): organize CustomButton settings into tabbed layout
Reorganize the CustomButton settings panel from a single scrollable form
into a tabbed interface with three tabs: Actions, Icon, and Text.
2026-04-06 10:36:06 +08:00
loner 5c3b3a2185 refactor(bar): remove enableColorization toggle from CustomButton
Colorization now activates automatically when icon or text color is set,
simplifying the UX by removing an extra toggle step.
2026-04-06 10:35:55 +08:00
loner f21e8fb82a feat(ui): add separate icon and text colorization for CustomButton
- Add colorizeSystemText setting for text color (icon only was already supported)
- JSON parse supports iconColor and textColor fields separately
- Legacy "color" field still works for both icon and text
- Enable colorization no longer depends on show icon setting
- Refactor resolveColor helper to eliminate duplicate code
2026-04-06 10:35:52 +08:00
loner b6a85d88e7 fix(ui): adapt icon position labels based on bar orientation
- Add barIsVertical property to BarWidgetSettingsDialog
- Pass barIsVertical from NSectionEditor to dialog
- Show Top/Bottom for vertical bar, Left/Right for horizontal bar
- Keep fallback to oppositeDirection when iconPosition not set
- Fix BarPillVertical iconPosition mapping (left=top, right=bottom)
2026-04-06 10:35:45 +08:00
loner 9cc8b36804 feat(bar): add explicit iconPosition control for CustomButton widget
Replace auto-calculated icon position (based on widget bar section) with
user-controlled iconPosition setting ("left" or "right", default "left").
2026-04-06 10:35:20 +08:00
Lysec 6205749472 chore(i18n): update translations & add romanian translation 2026-04-05 12:41:36 +02:00
Mia Herkt 914fc2e0d6 Templates/KColorScheme: use rgb_csv format
While technically hex colors are okay, there are some tools that
read KDE’s colors and will not work correctly. KDE always saves
colors as comma-separated base-10 integers, so avoid breaking that
assumption.
2026-04-05 00:55:09 +02:00
Lemmy 0380b09982 chore(i18n): update all 2026-04-02 17:23:41 -04:00
Lemmy 621c798c8b fix(location): autolocate off by default for privacy, improved UI when no location is set. Fix #2388 2026-04-02 16:58:25 -04:00
Lemmy 876e0ffb4b chore(i18n): hu 2026-04-02 16:46:49 -04:00
Lemmy 529ad588c6 fix(settings): dont rely on Qt.btoa to generate default settings dump. 2026-04-02 10:51:34 -04:00
Lemmy d1bd3d3887 chore(i18n): update hu 2026-04-02 10:49:58 -04:00
Lysec 68f6f1f0a0 chore(i18n) 2026-04-02 13:51:02 +02:00
Lysec f301a57137 feat(location): add toggle to always show Talia weather emojis 2026-04-02 13:47:47 +02:00
Lemmy f4719e598e feat(location): removed the Tokyo default location, improved flow with the new auto-locate. 2026-04-01 18:00:46 -04:00
breadandsoup 33f295db86 Update pywalfox.json 2026-03-31 23:41:20 -07:00
Lemmy 80cd76b82e feat(location): auto location/weather via IP 2026-03-31 21:08:58 -04:00
Lysec 4f523301c9 fix(bar): harden AudioVisualizer when ShellScreen is null 2026-03-31 21:04:03 +02:00
Lysec 90e37a1e53 chore(i18n) 2026-03-31 19:19:52 +02:00
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 c824140471 fix: Add showText to BarWidgetRegistry and settings-widgets-default 2026-03-31 13:12:22 -04:00
Corey Woodworth 95dfb2ade2 chore(i18n): Add englisht strings for the text toggle 2026-03-31 03:12:22 -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 00392ff8d2 Merge pull request #2312 from notiant/patch-2
Rework Airplane Mode handling & remove bluetoothctl fallback
2026-03-30 12:06:13 +02:00
Lysec 83de5d047b chore(i18n) 2026-03-29 19:56:34 +02:00
Lysec 5d9f0794dc style(WallpaperPanel): adjust layout for light/dark & monitor selector toggles 2026-03-29 19:54:35 +02:00
Lysec e320b53709 chore(i18n) 2026-03-29 17:01:19 +02:00
Lysec 9d5bc13000 style(wallpaper): hide dark/light behind toggle just like display selection 2026-03-29 13:58:29 +02:00
Lysec deb79261dd feat(wallpaper): add separate selection for light & dark mode 2026-03-29 12:53:06 +02:00
Lemmy ed1a2b54de Revert "Merge pull request #2203 from haikalllp/fix/update-pywalfox-colors"
This reverts commit d51bc95788, reversing
changes made to 5e95658fa9.
2026-03-27 21:13:06 -04:00
Lemmy 215750ddcb feat(template): added dedicated Scroll(wm) template 2026-03-27 08:29:25 -04:00
Lysec fae79fe75f fix(zed): typo resolved
Issue: #2311
2026-03-26 20:11:41 +01:00
tibssy 3798118461 feat(view): implement smooth wheel scrolling for NListView with global setting 2026-03-26 02:38:30 +00:00
Lemmy 8362462be8 chore(sway): fix border color 2026-03-25 20:14:42 -04:00
notiant b2c685decb remove airplaneModeEnabled from settings 2026-03-25 00:29:20 +01:00
Lemmy 2d6ef5456d chore(i18n): fixes 2026-03-24 08:25:45 -04:00
Lemmy 58a765ea8d chore(i18n): added en-GB 2026-03-24 08:24:12 -04:00
Lemmy 38c3e37a75 chore(i18n): update 2026-03-24 08:19:38 -04:00
Lemmy 129ae45f22 Merge pull request #2271 from navik61/feat/add-czech-translation
i18n: add Czech (cs) translation
2026-03-24 08:02:55 -04:00
Lysec ac52e8e5f3 feat(settings): add toggle to disable system theme sync
Issue: #2279
2026-03-24 00:51:18 +01:00
navik61 abaeca856a i18n: add Czech (cs) translation 2026-03-23 10:38:12 +01:00
Lemmy 05ef6849d8 feat(wallpaper): add toggle to skip image processing and use original files 2026-03-22 19:33:09 -04:00
Lemmy 5f5cd2c439 Merge pull request #2208 from turannul/pr/additional-networking-fixes
Networking code cleanup.
2026-03-22 18:43:49 -04:00
Jb d19019ada0 Changed background light 2026-03-22 22:54:16 +01:00
Turann_ 849bf16388 feat(networking): refactor NetworkService to use Quickshell.Networking and improve state synchronization
- Use Quickshell.Networking for wifiEnabled
- Improve state synchronization between processes
- Fix race conditions in Wi-Fi scanning
- Ensure proper startup initialization
- Another icon fix xD (4th one)
- Merge deviceStatus with wifiDetails

Co-Authored-By: notiant <notiant@users.noreply.github.com>
2026-03-23 00:48:56 +03:00
Lemmy a67020e25f chore(i18n): update 2026-03-22 10:33:58 -04:00
Lemmy 2aa0c7a78d chore(i18n): update 2026-03-20 22:01:04 -04:00