summaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: bar panel preset2 * r + 2 * t2025-05-0112-23/+151
| | | | | | 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-303-80/+127
| | | | | Also properly set it up Make network reloadable cause getting is pretty slow
* refactor: move tray items into own file2 * r + 2 * t2025-04-302-52/+55
|
* bar: make power button smaller2 * r + 2 * t2025-04-302-2/+8
| | | | Also move the circle logic to the pills preset and fix for other font sizes
* feat: use material colours2 * r + 2 * t2025-04-304-5/+5
|
* refactor: use layout for bar2 * r + 2 * t2025-04-302-15/+33
| | | | Also add power icon
* bar: animate bluetooth devices2 * r + 2 * t2025-04-302-17/+6
|
* bar: workspaces change window colour2 * r + 2 * t2025-04-301-0/+1
| | | | Make dimmer than actual label
* bar: elide active window title2 * r + 2 * t2025-04-302-4/+13
|
* bar: fix workspaces anims2 * r + 2 * t2025-04-303-9/+3
| | | | Also fix hyprland undef error
* bar: some workspaces optimisations2 * r + 2 * t2025-04-301-3/+2
|
* feat: bar workspaces show windows2 * r + 2 * t2025-04-302-10/+91
| | | | | | Better hyprland clients (update existing instead of resetting every time) Option for ws trail Custom label for occupied ws as well
* bar: custom workspace labels2 * r + 2 * t2025-04-301-2/+5
|
* bar: workspaces some fixes2 * r + 2 * t2025-04-303-7/+12
| | | | And anim occupied pill movement
* bar: fix anchor error2 * r + 2 * t2025-04-291-5/+0
| | | | Forgot to remove
* bar: fix activewindow2 * r + 2 * t2025-04-291-1/+1
|
* bar: animate tray recolour2 * r + 2 * t2025-04-291-0/+8
|
* bar: move tray + recolour option2 * r + 2 * t2025-04-292-14/+20
| | | | Option to recolour tray icons
* bar: occupied workspaces fix gaps2 * r + 2 * t2025-04-291-64/+57
| | | | | Worse animations but oh well Use variable number of pills with variable size instead of shown fixed size pills
* bar: minor code changes2 * r + 2 * t2025-04-292-3/+5
|
* bar: occupied workspaces no need for layout2 * r + 2 * t2025-04-291-6/+9
| | | | Can just use anchors and bindings instead
* bar: add missed colour animation2 * r + 2 * t2025-04-292-0/+24
| | | | Missed animations for workspaces
* bar: animate tray2 * r + 2 * t2025-04-291-31/+34
|
* bluetooth: fix devices2 * r + 2 * t2025-04-291-0/+3
| | | | Also add animation for bar bluetooth devices
* feat: bar system tray2 * r + 2 * t2025-04-293-4/+71
|
* feat: bar bluetooth devices2 * r + 2 * t2025-04-293-6/+42
|
* bar: increase spacing between pill content2 * r + 2 * t2025-04-291-4/+4
|
* bar: animate occupied workspaces2 * r + 2 * t2025-04-292-5/+59
| | | | Also animate workspace numbers
* bar: workspaces active indicator tweak2 * r + 2 * t2025-04-291-4/+4
| | | | Decrease size by 2 (px?) with 1 margin to make it seem the same size as occupied
* feat: animated text changes2 * r + 2 * t2025-04-291-1/+1
|
* feat: bar network icon2 * r + 2 * t2025-04-294-2/+30
|
* style: remove unneeded comments2 * r + 2 * t2025-04-291-33/+1
|
* bar: use swipeview2 * r + 2 * t2025-04-292-74/+53
|
* refactor: occupiedbg comp anim2 * r + 2 * t2025-04-291-10/+8
|
* feat: bar workspace groups2 * r + 2 * t2025-04-294-21/+30
|
* refactor: move active workspace indicator to new file2 * r + 2 * t2025-04-294-77/+95
|
* refactor: workspaces use inner bar height2 * r + 2 * t2025-04-293-21/+15
| | | | Also simplify boxpadding
* refactor: bar clock use anchors2 * r + 2 * t2025-04-291-8/+6
|
* bar: fix alignment2 * r + 2 * t2025-04-293-21/+11
| | | | Also refactor box -> styledrect + paddedrect
* refactor: use anchors instead of layouts2 * r + 2 * t2025-04-298-39/+167
|
* refactor: move bar components into folder2 * r + 2 * t2025-04-297-1/+2
|
* refactor: bar workspaces move workspace into file2 * r + 2 * t2025-04-284-20/+34
|
* bar: workspaces different styles for occupied2 * r + 2 * t2025-04-283-49/+71
|
* bar: workspaces show occupied2 * r + 2 * t2025-04-281-5/+48
|
* bar: workspaces events2 * r + 2 * t2025-04-281-0/+12
|
* bar: workspaces better anim2 * r + 2 * t2025-04-282-30/+39
| | | | Also make it work for vertical
* feat: bar workspaces2 * r + 2 * t2025-04-285-47/+91
|
* refactor: no need for clippingbox2 * r + 2 * t2025-04-281-1/+2
| | | | Just use clip property of Item
* format: conform to qml coding conventions2 * r + 2 * t2025-04-284-16/+16
|
* feat: anims + box padding2 * r + 2 * t2025-04-285-28/+109
| | | | | | | | box provide padding and animate size and colour provide box and boxlayout for with/without layout provide clippingbox provide label for anim + rendertype configure QtQuick controls