Commit Graph
1106 Commits
Author SHA1 Message Date
Ly-sec 3ef5e169e4 Brightness/VolumeWidget: fix visual issues (#875) 2025-11-26 12:40:18 +01:00
ItsLemmy b7d4e74012 NImageRounded/Circled: removed shaders and used a simpler ClippingWrapperRectangle 2025-11-25 19:38:23 -05:00
LysecandGitHub e91e3d9a4e Merge pull request #874 from lonerOrz/feat/media-display
feat: Optimize the icon display inside the progress circle
2025-11-25 16:59:13 +01:00
loner 15a936bebc feat: Optimize the icon display inside the progress circle 2025-11-25 23:55:08 +08:00
Ly-sec 9cf44be361 Battery: fix pill when charging 2025-11-25 14:12:17 +01:00
ItsLemmy e1dc72216e Mango/Sway: fixed unclickable NPopupContextMenu 2025-11-24 19:12:08 -05:00
ItsLemmy 3cf4e1f95b TaskBar+Grouped: improved popup menu positionning and factorized code. 2025-11-24 14:59:42 -05:00
LysecandGitHub 38721a1a80 Merge pull request #858 from lonerOrz/fix/progress
fix: Music progress ring color not updating on theme change when paused
2025-11-24 15:58:40 +01:00
loner a57480320f fix: Music progress ring color not updating on theme change when paused 2025-11-24 22:56:53 +08:00
Ly-sec 0e899d5559 Taskbar/TaskbarGrouped: fix hyprland context menu (sort of) 2025-11-24 15:41:28 +01:00
loner 611ddbe612 feat: Enhance MediaMini widget with bug fixes and improvements 2025-11-24 17:31:42 +08:00
loner 56c228b4da fix(MediaMini): Resolve icon duplication and progress ring display issues 2025-11-24 17:03:11 +08:00
loner 8f850cdbfd fix: MediaMini play/pause icon duplication and improve album art display 2025-11-24 16:08:21 +08:00
ItsLemmy b93c5051d0 BarPill: minor color fix 2025-11-23 17:54:37 -05:00
ItsLemmy e6c9a828af Battery + BarPill color fixes and cleanup
Battery: prioritize charging > low battery > unplugged with decent level
BarPill: prioritize hover state, then custom color, then
fallback/default.
2025-11-23 17:47:20 -05:00
loner 87dd944075 fix: MediaMini progress ring visibility when showAlbumArt is disabled 2025-11-24 05:14:24 +08:00
ItsLemmy e3c722fec8 VPN: Minimal support for wireguard + removed opening non existing panel. 2025-11-23 15:11:33 -05:00
loner a5fdf67b05 fix: Optimize MediaMini widget progress ring display 2025-11-24 03:42:11 +08:00
loner d04ae8a81d feat: Add circular progress bar to MediaMini widget 2025-11-24 03:42:11 +08:00
ItsLemmy 4d13cfeedb Battery: BarIcon color changes when charging + Panel refinment (conditional PPD and some alignment) 2025-11-23 00:00:34 -05:00
ItsLemmy 1ff64efc64 autofmt 2025-11-22 16:50:09 -05:00
LemmyandGitHub a61a40fd7c Merge pull request #811 from shouya/main
Show workspaces from the focused screen
2025-11-22 11:31:22 -05:00
art0rz 5cc71b4da2 Add BatteryPanel with charge level, power profile settings, prevent sleep toggle, battery health (if available) 2025-11-22 17:10:26 +01:00
Ly-sec c3066e1dd5 SystemMonitor: fix vertical layout 2025-11-22 16:53:28 +01:00
shouya 1b706f8469 update sources for consistent naming 2025-11-22 20:49:55 +09:00
LysecandGitHub 679fd5c40e Merge pull request #826 from art0rz/fix/recording-button
Add screen recording loading feedback
2025-11-22 12:49:32 +01:00
shouya 7a64758ac8 declare default value for the settings 2025-11-22 19:58:11 +09:00
ItsLemmy 455014a39b Brightness: scroll-wheel was bypassing available control check. 2025-11-21 13:28:12 -05:00
ItsLemmy a884f012d8 i18n + autoformat 2025-11-21 13:18:02 -05:00
LemmyandGitHub c5b23cc291 Merge pull request #804 from Vortelf/feat/vpn-widget
VPN: Widget Implementation
2025-11-21 13:12:50 -05:00
LemmyandGitHub 04e46815f8 Merge pull request #808 from EmmetZ/brightness-panel
feat: add brightness panel for bar brightness widget
2025-11-21 13:11:05 -05:00
LemmyandGitHub e2aa4ca2f8 Merge pull request #807 from lonerOrz/feat/custombutton
Enhance custom button
2025-11-21 12:02:57 -05:00
art0rz f181bdf21c Add screen recording loading feedback 2025-11-21 15:52:29 +01:00
Georgi VelevandGeorgi Velev 1cbc793087 VPN: Widget Implementation 2025-11-21 14:32:39 +02:00
Ly-sec e46c9cdf0e Battery: add visual indicator for low battery (same as SysMon) 2025-11-21 13:27:03 +01:00
shouya 5f2a6ffc9d fix workspace.qml warning 2025-11-21 15:01:02 +09:00
shouya 8331d1954d show workspaces for the focused screen 2025-11-21 14:49:31 +09:00
loner e8a27acb63 fix: Left click behavior should only depend on left click settings 2025-11-21 11:06:51 +08:00
loner 694fefeebd feat: Custom buttons now support wheel actions 2025-11-21 10:58:15 +08:00
ItsLemmy 088431b20d Autoformatting + translations 2025-11-20 21:38:00 -05:00
ItsLemmy 63940703f8 TaskbarGrouped: Fixes, cleanup and improvements. 2025-11-20 21:37:02 -05:00
EmmetZ e3c171840f feat: add brightness panel for bar brightness widget 2025-11-21 10:23:23 +08:00
loner 516fc47b68 feat: Replace hideTextInVerticalBar with maxTextLength object
- Replace boolean hideTextInVerticalBar with maxTextLength object that has
  separate horizontal and vertical properties for more flexible text length control
- Add NSpinBox controls in settings UI to configure both horizontal and
  vertical max text length independently
- Update CustomButton widget to use new maxTextLength structure and
  implement text scrolling based on direction-specific limits
- Set default values to 10 for both horizontal and vertical (was 20/0)
- Update translations and widget registry metadata accordingly
- When vertical maxTextLength is 0, text is completely hidden (preserving
  original hideTextInVerticalBar: true behavior)

This allows users to set different text length limits for horizontal and
vertical bar orientations, providing more granular control over text display.
2025-11-21 09:07:30 +08:00
loner e549cfcb78 feat: Use maxTextLength to Limit Custom Button Text Length 2025-11-21 08:31:15 +08:00
loner 6a840769ed Fix(BarPillVertical): Improve vertical text positioning and spacing 2025-11-21 08:31:00 +08:00
loner ec92295a98 Enhance custom tooltip parsing 2025-11-21 08:30:46 +08:00
Ly-sec 074da9069c OSD: add overdrive display
Volume/Microphone: allow overdrive, clamp to 100/150% max
AudioService: properly clamp to 100/150% (not only visually)
2025-11-19 23:27:42 +01:00
ItsLemmy d641eadf75 Audio: added a settings to choose your favorite external audio mixer (ex: pavucontrol, ...) 2025-11-19 08:28:51 -05:00
ItsLemmy 8242b0d97d Fix a bunch of hardcoded borders + autofmt 2025-11-18 19:17:25 -05:00
LemmyandGitHub af4ec4c694 Merge pull request #794 from lonerOrz/feat/custombutton
feat: Tooltip supports rich text parsing
2025-11-18 18:49:52 -05:00