Commit Graph

71 Commits

Author SHA1 Message Date
end-4 ce1a397a7c wifi menu: fix double clicking always showing password prompt 2025-10-09 18:10:02 +02:00
end-4 28c37c08d2 make media control seekable (closes #1615) 2025-09-28 10:45:16 +02:00
end-4 5d95d20a32 sidebarright: remove unused imports 2025-09-21 10:31:21 +02:00
end-4 429cb50ff7 tooltips: use builtin text prop, fix crash (#1956) 2025-09-20 11:55:38 +02:00
0blivi0nis 103d349c5f feat(sideright): add Flatpak support for EasyEffects service and toggle 2025-09-17 23:49:45 +00:00
end-4 4f0522d913 idle inhibitor: use quickshell instead of pythong script 2025-09-13 22:03:03 +02:00
end-4 fb9a726ba0 bluetooth dialog: sort names before mac addresses 2025-09-11 09:48:13 +02:00
end-4 f42f526f93 fix more bluetooth warning 2025-08-31 07:54:46 +02:00
end-4 53b03af3e1 wifi menu: fix undefined warnings 2025-08-30 22:14:32 +02:00
end-4 021a49a72d wifi & bluetooth dialogs: indeterminate progressbar while scanning 2025-08-30 22:09:05 +02:00
end-4 3e368141c7 bluetooth menu: round battery level 2025-08-30 15:54:11 +02:00
end-4 d759bc274f bluetooth menu: right click to expand item 2025-08-30 14:34:32 +02:00
end-4 79f078653a bluetooth menu: stop scanning when closed, fix null warnings 2025-08-30 07:55:29 +02:00
end-4 a952ea02dc bluetooth menu 2025-08-30 07:51:18 +02:00
end-4 41e1e89696 sidebar: wifi menu: public wifi login page button 2025-08-29 07:29:14 +02:00
end-4 d239ab6b1f bluetooth: refractor and fix wrong icon 2025-08-29 12:06:01 +07:00
end-4 fc69ca0599 sidebar: wifi dialog: esc to close 2025-08-27 20:13:46 +07:00
end-4 c1b56922aa sidebar: refractor wifi dialog to new file, make it dynamically loaded 2025-08-27 18:30:58 +07:00
end-4 8c737f2ca4 quickshell: fix some warnings 2025-08-27 17:59:35 +07:00
end-4 20d9561143 wifi menu 2025-08-27 17:52:23 +07:00
end-4 bb49747fd9 bluetooth: use quickshell's service 2025-08-26 21:50:37 +07:00
end-4 f38c7bffed network: implement toggling in service 2025-08-26 21:07:00 +07:00
end-4 813f02604e network: no more polling, fix sidebar toggle enabled state 2025-08-26 20:56:32 +07:00
end-4 8d3a036b3b add slidefade text animation to some stuff 2025-08-19 18:09:07 +07:00
end-4 077922c667 fix wrong circular progress prop name 2025-08-10 16:15:29 +07:00
end-4 47dcb1523a Added pomodoro timer in sidebarRight, closes #1477 (#1761) 2025-08-10 16:13:03 +07:00
end-4 86f1e63ed2 stopwatch: clear laps on Start 2025-08-10 16:03:37 +07:00
end-4 709415a6b4 rename stuff 2025-08-10 16:02:00 +07:00
end-4 bcd1167d39 pomodoro: rename service to TimerService, better stopwatch layout 2025-08-09 22:48:40 +07:00
end-4 fbe17dc3e3 pomodoro: accept event on keybind cuz recommended by qt docs 2025-08-09 22:19:45 +07:00
end-4 b102e5c1a5 pomodoro: remove unnecessary event propagation prevention 2025-08-09 22:15:07 +07:00
end-4 9e1b55a749 pomodoro: add cycle indicator, make long break work, fix reset button 2025-08-09 22:06:05 +07:00
end-4 4ca15a1fc3 pomodoro: make pause/resume less weird 2025-08-09 21:36:28 +07:00
end-4 5bf80dae4e pomodoro: move timers to service, specific button logic to widget 2025-08-09 19:45:26 +07:00
end-4 1f4568d22f pomodoro: rename more for consistency 2025-08-09 18:20:14 +07:00
end-4 903a975033 rename getPomodoroSecondsLeft -> pomodoroSecondsLeft 2025-08-09 16:31:03 +07:00
end-4 0ee9afba4f pomodoro: move tabs to their own files, adjust colors 2025-08-09 16:28:17 +07:00
end-4 de759b5120 redesign stopwatch 2025-08-09 12:54:53 +07:00
end-4 91dae8ad85 pomodoro widget: use grid instead of row/col spam 2025-08-09 10:42:50 +07:00
end-4 e15d2fe82c easyeffects toggle: move logic to a service 2025-08-09 08:55:29 +07:00
Nyx 91fee0d6e9 Minor tweaks and better variables names
Signed-off-by: Nyx <189459385+nyx-4@users.noreply.github.com>
2025-08-08 19:51:03 +05:00
end-4 521061fc64 sidebar: volume mixer: adjust style 2025-08-08 21:37:32 +07:00
Nyx bfb7ccffb5 Reworked on Pomodoro's UI and added Stopwatch
Signed-off-by: Nyx <189459385+nyx-4@users.noreply.github.com>
2025-08-05 16:06:22 +05:00
Nyx e4b761917a Polished the UI and added Persistent Config option.
Signed-off-by: Nyx <189459385+nyx-4@users.noreply.github.com>

Changelog:
Added Config.options.time.pomodoro options in Config.qml
Restructered the Pomodoro logic and added Long break
Used timestamp instead of naively counting down.
Major UI tweaks.
2025-08-03 20:36:29 +05:00
Nyx 0b9717c2a5 Added pomodoro timer in sidebarRight, closes #1477
Signed-off-by: Nyx <189459385+nyx-4@users.noreply.github.com>
2025-08-02 22:17:56 +05:00
end-4 596ae72942 add config option to keep right sidebar loaded 2025-08-02 20:31:37 +07:00
end-4 de1812bf91 sidebar: remove redundant coloroverlay, make uptime more brief 2025-08-02 16:55:56 +07:00
end-4 a08a39b620 qs: handle toggles internally instead of relying on hyprctl dispatch global (#1745) 2025-07-31 12:35:16 +07:00
end-4 496caa6fb1 fix weirdass scroll speed 2025-07-28 11:58:50 +07:00
end-4 39862fba2a make panel borders more subtle 2025-07-27 22:44:08 +07:00