summaryrefslogtreecommitdiff
path: root/modules/drawers (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-03-16change thingsFreya Murphy4-65/+6
2026-03-13feat: add excluded screens config opt2 * r + 2 * t1-1/+1
Completely disables everything (except lock) for screen
2026-02-19launcher: add favorite apps (#946)Bora Gülerman1-14/+2
* launcher: add favorite apps Favorite apps always appear above non-favorite apps Accepts regex, same logic as #920 Added the same regex logic to hidden apps Added util file may need to be relocated * addressed requested changes * fix: Renamed newly added util singleton Also added a null check to favorite icon loader in AppItem.qml * controlCenter/launcherPane: added favorite apps added icons to the app list to indicate if they are favorited/hidden marking as favorite/hidden is desabled if the other is selected * favouriteApps: renamed from favorite to favourite Also disabled favorite/hidden switch for entries added as regex * appDb: added notify and emit to favoriteApps * controlCentre/Launcher: Fixed bug with favourite switch not enabling itself when no hiddenApps exist Added a comment to explain the enabled state of the switches icon loader is now a single loader rather than two, hidden icon has priority * spelling mistakes * fixed warning * formatting fixes
2026-01-16internal: fix errors due to sync loaders2 * r + 2 * t1-1/+1
2025-11-26bar: add config option to disable on selected screens (#920)Bora Gülerman1-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
2025-11-16controlcenter: changed to popout vs floating to match the other settings ↵ATMDA1-0/+1
buttons (fixed issues with resizing)
2025-11-13drawers: reverted changes to c0ea060ATMDA1-1/+0
2025-11-13drawers: reverted changes to c0ea060fATMDA1-46/+0
2025-11-13cleanup: trailing whitespace removeal (entire project)ATMDA1-11/+11
2025-11-12notifs/toasts: reverted all changes to notifications to c0ea060fATMDA1-88/+0
2025-11-12notifs/toasts: reworked notifications and toasts and how they display and ↵ATMDA3-0/+135
work together. see pull request comment.
2025-09-25bar: add compact tray option2 * r + 2 * t2-3/+8
Closes #659
2025-09-22internal: fix choose wallpaper button2 * r + 2 * t1-17/+22
2025-09-22drawers: fix input mask on special ws2 * r + 2 * t1-1/+6
2025-09-21utilities: add toasts2 * r + 2 * t1-8/+18
2025-09-20internal: centralise focus grabs2 * r + 2 * t2-4/+6
Except detached popouts focus grab (its meant to be exclusive to the other grab)
2025-09-20drawers: fix drag to open on empty ws2 * r + 2 * t1-6/+12
Ugh hyprland bug afaict
2025-09-18feat: add sidebar2 * r + 2 * t4-27/+94
WIP
2025-09-17osd: fix anim when appear on change2 * r + 2 * t1-13/+4
2025-09-15internal: remove workaround for hyprland bug2 * r + 2 * t2-24/+14
2025-09-15internal: fix null warnings2 * r + 2 * t1-1/+1
2025-09-14internal: close panels when fullscreen app2 * r + 2 * t1-0/+8
See #609
2025-09-13launcher: prevent overlap with dashboard2 * r + 2 * t1-0/+1
Fixes #612
2025-09-13internal: fix blurriness2 * r + 2 * t2-14/+22
2025-09-13popouts/tray: better interaction2 * r + 2 * t1-1/+1
Not exclusive when on first layer of submenus Closes #610
2025-09-12utilities: add keep awake and quick toggles2 * r + 2 * t1-1/+1
2025-09-12interactions: fix interaction area2 * r + 2 * t1-0/+2
Hyprland bug smh
2025-09-10launcher: fix showOnHover2 * r + 2 * t1-1/+2
Closes #591 Fixes #562
2025-08-30launcher: allow show on hover (#498)M Matthew Hydock1-2/+4
added `showOnHover` to launcher config, disabled by default to preserve existing functionality. when enabled, drag-to-show is disabled.
2025-08-27osd: add mic volume2 * r + 2 * t1-1/+1
Disabled by default
2025-08-25background: add visualiser2 * r + 2 * t1-0/+2
Also dashboard.visualiserBars -> services.visualiserBars
2025-08-24internal: use Anim component2 * r + 2 * t1-5/+1
2025-08-23interactions: fix popouts close on lose hover2 * r + 2 * t1-0/+6
2025-08-23launcher: exact calculation for wallpaper width2 * r + 2 * t1-1/+1
Fixes #322
2025-08-13bar: allow hiding items and reordering (#379)Laurens Duin3-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>
2025-08-10internal: save mem usage2 * r + 2 * t1-0/+2
Set exclusion window size to 1x1
2025-08-09bar: better scroll actions2 * r + 2 * t1-1/+19
Also fix workspaces interaction area
2025-08-08internal: transparency support coming soon™2 * r + 2 * t3-10/+10
Also fix media player selector text colour Fix colour preview not resetting light/dark mode
2025-08-07dashboard: showOnHover config option (#361)Noah Zepner1-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>
2025-08-04internal: refactor widgets folder2 * r + 2 * t3-3/+4
Split into subdirs and rename to components
2025-07-26interactions: disable when detached panel2 * r + 2 * t1-0/+3
2025-07-26dashboard: show on hover (for touch devices)Soramane1-0/+9
2025-07-26config: allow enable/disable panels2 * r + 2 * t1-2/+2
Closes #240
2025-07-23popouts: better tray menu focus handling2 * r + 2 * t1-11/+4
Don't hide on hover lost, use a focus grab instead
2025-07-22internal: oop forgot to commit this2 * r + 2 * t1-1/+1
part of previous commit fix
2025-07-20internal: code style2 * r + 2 * t1-9/+8
2025-07-16internal: use new qs importsSoramane6-31/+31
2025-07-10bar: some internal fixes2 * r + 2 * t1-5/+3
2025-07-10feat: non persistent bar option2 * r + 2 * t3-2/+26
2025-07-10feat: drag launcher to open/close2 * r + 2 * t1-1/+10
Also fix dragging for session