summaryrefslogtreecommitdiff
path: root/modules/bar/components/workspaces/Workspaces.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bar: per-monitor workspaces option (#394)anders1302025-08-131-3/+7
| | | | | | | | | | | | | | | | | | | NOTE: option is true by default, which is a breaking change * feat(bar): add per-monitor workspace state * fix(bar): correct active workspace indicator * feat(bar): make per-monitor workspaces toggleable * fixes * more fixes * perMonitorWorkspaces default true + add to readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar: allow hiding items and reordering (#379)Laurens Duin2025-08-131-40/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: refactor widgets folder2 * r + 2 * t2025-08-041-1/+0
| | | | Split into subdirs and rename to components
* internal: use new qs importsSoramane2025-07-161-3/+3
|
* feat: user config file2 * r + 2 * t2025-06-151-4/+4
| | | | Config file at `~/.config/caelestia/shell.json`
* bar: fix workspaces interactions2 * r + 2 * t2025-06-071-9/+0
| | | | Fix clicking on workspaces not switching to them
* internal: move bar to drawer window2 * r + 2 * t2025-06-071-0/+2
| | | | Fixes a few bugs, also removes need for hyprland order layerrule
* internal: bar only vertical2 * r + 2 * t2025-05-271-6/+2
| | | | | | The bar can only be vertical Remove box, boxlayout and anchortext Add StyledClippingRect
* bar: better colours2 * r + 2 * t2025-05-241-2/+0
|
* refactor: move colours to separate service2 * r + 2 * t2025-05-051-1/+1
|
* general: better multieffect mask settings2 * r + 2 * t2025-05-041-0/+1
| | | | Better launcher wallpaper rounding and bar active workspace indicator
* feat: use multieffect instead of qt5compat2 * r + 2 * t2025-05-031-0/+1
| | | | Also use loader for tray icon recolouring
* bar: fix workspaces switching2 * r + 2 * t2025-05-021-1/+5
| | | | Fix throwing errors when trying to switch to current ws
* bar: optional active ws indicator2 * r + 2 * t2025-05-011-8/+15
|
* bar: use loaders2 * r + 2 * t2025-05-011-6/+14
| | | | | | | | | Use loaders for all optional components e.g. workspace windows and occupied background Fix bar preset loader usage Fix occupied group Change text on active ws colour Tray no extension for paths (use qt auto resolution)
* bar: fix workspaces occupied2 * r + 2 * t2025-05-011-1/+1
| | | | Also some optimisations
* bar: workspaces scroll specialws2 * r + 2 * t2025-05-011-4/+5
| | | | | | Same behaviour as astal workspaces scroll Fix more undef errors Also increase by more when transparent dark layer
* feat: bar panel preset2 * r + 2 * t2025-05-011-1/+2
| | | | | | Make presets more flexible Fix workspaces when show windows disabled Make rounded option for workspaces
* bar: workspaces some fixes2 * r + 2 * t2025-04-301-2/+0
| | | | And anim occupied pill movement
* feat: bar workspace groups2 * r + 2 * t2025-04-291-15/+6
|
* refactor: move active workspace indicator to new file2 * r + 2 * t2025-04-291-72/+14
|
* refactor: workspaces use inner bar height2 * r + 2 * t2025-04-291-14/+10
| | | | Also simplify boxpadding
* refactor: use anchors instead of layouts2 * r + 2 * t2025-04-291-1/+1
|
* refactor: move bar components into folder2 * r + 2 * t2025-04-291-0/+138