summaryrefslogtreecommitdiff
path: root/modules/bar/components/ActiveWindow.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* internal: use Anim component2 * r + 2 * t2025-08-241-8/+2
|
* internal: rename Hyprland -> Hypr2 * r + 2 * t2025-08-241-2/+2
| | | | | Prevent shadowing Fixes window info not changing on switching to an empty workspace
* bar: allow hiding items and reordering (#379)Laurens Duin2025-08-131-54/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* bar: better scroll actions2 * r + 2 * t2025-08-091-30/+0
| | | | Also fix workspaces interaction area
* config: add audio increment option2 * r + 2 * t2025-08-051-2/+2
|
* internal: refactor widgets folder2 * r + 2 * t2025-08-041-1/+2
| | | | Split into subdirs and rename to components
* internal: use new qs importsSoramane2025-07-161-4/+4
|
* internal: fix scrolling for high res devices2 * r + 2 * t2025-07-091-4/+4
| | | | Implements first part of #202
* internal: use hyprlandtoplevel2 * r + 2 * t2025-06-271-2/+2
|
* bar: fix scroll areas2 * r + 2 * t2025-06-021-0/+30
|
* feat: bar popouts2 * r + 2 * t2025-06-021-0/+1
| | | | Create active window popout
* bar: crossfade active window title2 * r + 2 * t2025-05-281-21/+46
|
* internal: bar only vertical2 * r + 2 * t2025-05-271-12/+11
| | | | | | The bar can only be vertical Remove box, boxlayout and anchortext Add StyledClippingRect
* bar: better colours2 * r + 2 * t2025-05-241-1/+1
|
* internal: fix binding loops2 * r + 2 * t2025-05-241-1/+5
|
* bar: switch to embedded style2 * r + 2 * t2025-05-231-43/+53
|
* refactor: manually animate rect if needed2 * r + 2 * t2025-05-101-1/+16
| | | | No need for animate prop, it's used too little so just manually set it if needed to save memory
* refactor: move colours to separate service2 * r + 2 * t2025-05-051-1/+1
|
* feat: vertical bar actually works!!!2 * r + 2 * t2025-05-011-1/+15
|
* feat: use qsTr2 * r + 2 * t2025-05-011-1/+1
|
* feat: bar panel preset2 * r + 2 * t2025-05-011-1/+1
| | | | | | Make presets more flexible Fix workspaces when show windows disabled Make rounded option for workspaces
* bar: elide active window title2 * r + 2 * t2025-04-301-3/+13
|
* bar: fix activewindow2 * r + 2 * t2025-04-291-1/+1
|
* feat: animated text changes2 * r + 2 * t2025-04-291-1/+1
|
* feat: bar network icon2 * r + 2 * t2025-04-291-1/+0
|
* bar: fix alignment2 * r + 2 * t2025-04-291-6/+5
| | | | Also refactor box -> styledrect + paddedrect
* refactor: use anchors instead of layouts2 * r + 2 * t2025-04-291-6/+6
|
* refactor: move bar components into folder2 * r + 2 * t2025-04-291-0/+34