summaryrefslogtreecommitdiff
path: root/modules/drawers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #906 from atdma/main2 * r + 2 * t2026-01-031-0/+1
|\ | | | | controlcenter: many setting panes and minor features
| * controlcenter: changed to popout vs floating to match the other settings ↵ATMDA2025-11-161-0/+1
| | | | | | | | buttons (fixed issues with resizing)
| * drawers: reverted changes to c0ea060ATMDA2025-11-131-1/+0
| |
| * drawers: reverted changes to c0ea060fATMDA2025-11-131-46/+0
| |
| * cleanup: trailing whitespace removeal (entire project)ATMDA2025-11-131-11/+11
| |
| * notifs/toasts: reverted all changes to notifications to c0ea060fATMDA2025-11-121-88/+0
| |
| * notifs/toasts: reworked notifications and toasts and how they display and ↵ATMDA2025-11-123-0/+135
| | | | | | | | work together. see pull request comment.
* | bar: add config option to disable on selected screens (#920)Bora Gülerman2025-11-261-0/+16
|/ | | | | | | | | | | | | | | | | | * modules/drawers: Added a bar config option to disable the bar on selected screens Extended the visualizer on screens that the bar is hidden * modules/drawers: surrounded barwrapper with a loader * fix/modules/drawers: fix a null reference missed to fix a reference to bar object to barLoader.item * modules/drawers: added regex support also reverted the barLoader, added a disabled property to BarLoader instead * fix: module/drawers: applied requested changes
* bar: add compact tray option2 * r + 2 * t2025-09-252-3/+8
| | | | Closes #659
* internal: fix choose wallpaper button2 * r + 2 * t2025-09-221-17/+22
|
* drawers: fix input mask on special ws2 * r + 2 * t2025-09-221-1/+6
|
* utilities: add toasts2 * r + 2 * t2025-09-211-8/+18
|
* internal: centralise focus grabs2 * r + 2 * t2025-09-202-4/+6
| | | | Except detached popouts focus grab (its meant to be exclusive to the other grab)
* drawers: fix drag to open on empty ws2 * r + 2 * t2025-09-201-6/+12
| | | | Ugh hyprland bug afaict
* feat: add sidebar2 * r + 2 * t2025-09-184-27/+94
| | | | WIP
* osd: fix anim when appear on change2 * r + 2 * t2025-09-171-13/+4
|
* internal: remove workaround for hyprland bug2 * r + 2 * t2025-09-152-24/+14
|
* internal: fix null warnings2 * r + 2 * t2025-09-151-1/+1
|
* internal: close panels when fullscreen app2 * r + 2 * t2025-09-141-0/+8
| | | | See #609
* launcher: prevent overlap with dashboard2 * r + 2 * t2025-09-131-0/+1
| | | | Fixes #612
* internal: fix blurriness2 * r + 2 * t2025-09-132-14/+22
|
* popouts/tray: better interaction2 * r + 2 * t2025-09-131-1/+1
| | | | | | Not exclusive when on first layer of submenus Closes #610
* utilities: add keep awake and quick toggles2 * r + 2 * t2025-09-121-1/+1
|
* interactions: fix interaction area2 * r + 2 * t2025-09-121-0/+2
| | | | Hyprland bug smh
* launcher: fix showOnHover2 * r + 2 * t2025-09-101-1/+2
| | | | | Closes #591 Fixes #562
* launcher: allow show on hover (#498)M Matthew Hydock2025-08-301-2/+4
| | | | added `showOnHover` to launcher config, disabled by default to preserve existing functionality. when enabled, drag-to-show is disabled.
* osd: add mic volume2 * r + 2 * t2025-08-271-1/+1
| | | | Disabled by default
* background: add visualiser2 * r + 2 * t2025-08-251-0/+2
| | | | Also dashboard.visualiserBars -> services.visualiserBars
* internal: use Anim component2 * r + 2 * t2025-08-241-5/+1
|
* interactions: fix popouts close on lose hover2 * r + 2 * t2025-08-231-0/+6
|
* launcher: exact calculation for wallpaper width2 * r + 2 * t2025-08-231-1/+1
| | | | Fixes #322
* bar: allow hiding items and reordering (#379)Laurens Duin2025-08-133-21/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: reorder bar, no popout yet * chore: cleanup * refactor: use DelegateChooser * feat: popouts * chore: cleanup * better popout check + fix async stuff + bar interaction + a bunch of other fixes * fix activewindow and bar vertical padding * readme: add config opt * bar: fix top/bottom padding * bar: better wheel behaviour --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: save mem usage2 * r + 2 * t2025-08-101-0/+2
| | | | Set exclusion window size to 1x1
* bar: better scroll actions2 * r + 2 * t2025-08-091-1/+19
| | | | Also fix workspaces interaction area
* internal: transparency support coming soon™2 * r + 2 * t2025-08-083-10/+10
| | | | | Also fix media player selector text colour Fix colour preview not resetting light/dark mode
* dashboard: showOnHover config option (#361)Noah Zepner2025-08-071-1/+1
| | | | | | | | | | | * dashboard: showOnHover config option * dashboard: close on lose focus when !showOnHover Also update readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: refactor widgets folder2 * r + 2 * t2025-08-043-3/+4
| | | | Split into subdirs and rename to components
* interactions: disable when detached panel2 * r + 2 * t2025-07-261-0/+3
|
* dashboard: show on hover (for touch devices)Soramane2025-07-261-0/+9
|
* config: allow enable/disable panels2 * r + 2 * t2025-07-261-2/+2
| | | | Closes #240
* popouts: better tray menu focus handling2 * r + 2 * t2025-07-231-11/+4
| | | | Don't hide on hover lost, use a focus grab instead
* internal: oop forgot to commit this2 * r + 2 * t2025-07-221-1/+1
| | | | part of previous commit fix
* internal: code style2 * r + 2 * t2025-07-201-9/+8
|
* internal: use new qs importsSoramane2025-07-166-31/+31
|
* bar: some internal fixes2 * r + 2 * t2025-07-101-5/+3
|
* feat: non persistent bar option2 * r + 2 * t2025-07-103-2/+26
|
* feat: drag launcher to open/close2 * r + 2 * t2025-07-101-1/+10
| | | | Also fix dragging for session
* internal: add utilities panel base2 * r + 2 * t2025-07-104-2/+59
|
* internal: pass around visibilities2 * r + 2 * t2025-07-092-2/+4
| | | | | Instead of singleton Also for panels
* internal: use layer.effect2 * r + 2 * t2025-07-022-25/+17
| | | | Also use clipping rect for wallpaper item