summaryrefslogtreecommitdiff
path: root/modules/bar/components/workspaces (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor workspace functionality (real per monitor workspaces)Freya Murphy8 days4-556/+36
|
* only show active workspaces, fix colorsFreya Murphy11 days1-0/+1
|
* internal: add opacity mask component2 * r + 2 * t2025-09-141-5/+2
|
* internal: use Qt.resolvedUrl2 * r + 2 * t2025-09-091-1/+1
|
* bar/workspaces: add option for ws name capitalisation (#543)sweenu2025-09-011-1/+8
|
* bar/workspaces: different `showWindows` option for special ws (#544)sweenu2025-09-011-4/+4
|
* internal: use Anim component2 * r + 2 * t2025-08-241-8/+6
|
* internal: add anim component2 * r + 2 * t2025-08-244-24/+0
| | | | No inlining
* bar: better handling for named workspaces2 * r + 2 * t2025-08-244-5/+18
| | | | Fixes #448
* internal: rename Hyprland -> Hypr2 * r + 2 * t2025-08-243-13/+13
| | | | | Prevent shadowing Fixes window info not changing on switching to an empty workspace
* bar/workspaces: better scroll2 * r + 2 * t2025-08-161-1/+8
|
* bar/workspaces: add special ws overlay2 * r + 2 * t2025-08-162-28/+465
|
* bar/workspaces: refactor2 * r + 2 * t2025-08-164-101/+77
|
* internal: better colourisation2 * r + 2 * t2025-08-141-0/+1
|
* bar: per-monitor workspaces option (#394)anders1302025-08-133-6/+12
| | | | | | | | | | | | | | | | | | | 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: fix more colours2 * r + 2 * t2025-08-081-1/+1
|
* internal: transparency support coming soon™2 * r + 2 * t2025-08-081-1/+1
| | | | | Also fix media player selector text colour Fix colour preview not resetting light/dark mode
* internal: refactor widgets folder2 * r + 2 * t2025-08-044-4/+4
| | | | Split into subdirs and rename to components
* dcontent: impl rest of bt device settings2 * r + 2 * t2025-08-031-1/+0
|
* bar: ws indicator mask -> colouriser2 * r + 2 * t2025-07-231-14/+3
|
* internal: use new qs importsSoramane2025-07-164-13/+13
|
* internal: use hyprlandtoplevel2 * r + 2 * t2025-06-271-3/+3
|
* icons: some fixes for previous axes change2 * r + 2 * t2025-06-261-2/+4
| | | | | Mostly spacing fixes Also qsTr windowinfo class and title when none
* bar: fix workspaces and tray icons2 * r + 2 * t2025-06-171-0/+11
| | | | Should fix the anims not finishing
* feat: user config file2 * r + 2 * t2025-06-154-23/+23
| | | | 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
* bar: fix active workspace indicator anims2 * r + 2 * t2025-06-071-5/+25
| | | | | Fix delayed anim when size change Fix trail with variable sized workspaces
* 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-274-59/+35
| | | | | | The bar can only be vertical Remove box, boxlayout and anchortext Add StyledClippingRect
* bar: better colours2 * r + 2 * t2025-05-242-3/+2
|
* bar: fix null error2 * r + 2 * t2025-05-231-1/+1
|
* internal: fix memory leaks2 * r + 2 * t2025-05-231-1/+1
|
* refactor: use implicit size instead of actual size2 * r + 2 * t2025-05-172-6/+6
|
* refactor: move colours to separate service2 * r + 2 * t2025-05-054-5/+6
|
* general: better multieffect mask settings2 * r + 2 * t2025-05-042-2/+3
| | | | Better launcher wallpaper rounding and bar active workspace indicator
* bar: fix active workspace indicator2 * r + 2 * t2025-05-041-1/+1
|
* feat: use multieffect instead of qt5compat2 * r + 2 * t2025-05-032-2/+6
| | | | 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-013-12/+16
|
* feat: vertical bar actually works!!!2 * r + 2 * t2025-05-011-0/+2
|
* dev: some cleanup2 * r + 2 * t2025-05-011-3/+0
|
* bar: use loaders2 * r + 2 * t2025-05-014-34/+42
| | | | | | | | | 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-013-6/+8
| | | | Also some optimisations
* bar: workspaces scroll specialws2 * r + 2 * t2025-05-012-7/+8
| | | | | | 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-014-8/+9
| | | | | | Make presets more flexible Fix workspaces when show windows disabled Make rounded option for workspaces
* bar: use loader instead of swipeview2 * r + 2 * t2025-04-301-1/+1
| | | | | Also properly set it up Make network reloadable cause getting is pretty slow
* feat: use material colours2 * r + 2 * t2025-04-303-4/+4
|
* bar: animate bluetooth devices2 * r + 2 * t2025-04-301-15/+1
|
* bar: workspaces change window colour2 * r + 2 * t2025-04-301-0/+1
| | | | Make dimmer than actual label