summaryrefslogtreecommitdiff
path: root/widgets/BoxLayout.qml (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-30feat: bar workspaces show windows2 * r + 2 * t4-15/+117
Better hyprland clients (update existing instead of resetting every time) Option for ws trail Custom label for occupied ws as well
2025-04-30bar: custom workspace labels2 * r + 2 * t2-2/+7
2025-04-30bar: workspaces some fixes2 * r + 2 * t3-7/+12
And anim occupied pill movement
2025-04-29bar: fix anchor error2 * r + 2 * t1-5/+0
Forgot to remove
2025-04-29bar: fix activewindow2 * r + 2 * t3-22/+24
2025-04-29bar: animate tray recolour2 * r + 2 * t1-0/+8
2025-04-29bar: move tray + recolour option2 * r + 2 * t3-14/+25
Option to recolour tray icons
2025-04-29bar: occupied workspaces fix gaps2 * r + 2 * t1-64/+57
Worse animations but oh well Use variable number of pills with variable size instead of shown fixed size pills
2025-04-29hyprland: fix undefined errors2 * r + 2 * t1-5/+5
2025-04-29bar: minor code changes2 * r + 2 * t2-3/+5
2025-04-29hyprland: use qtobjects2 * r + 2 * t1-22/+31
2025-04-29bar: occupied workspaces no need for layout2 * r + 2 * t1-6/+9
Can just use anchors and bindings instead
2025-04-29bar: add missed colour animation2 * r + 2 * t2-0/+24
Missed animations for workspaces
2025-04-29bar: animate tray2 * r + 2 * t1-31/+34
2025-04-29bluetooth: fix devices2 * r + 2 * t2-13/+19
Also add animation for bar bluetooth devices
2025-04-29feat: bar system tray2 * r + 2 * t5-4/+82
2025-04-29feat: bar bluetooth devices2 * r + 2 * t9-11/+127
2025-04-29bar: increase spacing between pill content2 * r + 2 * t1-4/+4
2025-04-29bar: animate occupied workspaces2 * r + 2 * t2-5/+59
Also animate workspace numbers
2025-04-29bar: workspaces active indicator tweak2 * r + 2 * t1-4/+4
Decrease size by 2 (px?) with 1 margin to make it seem the same size as occupied
2025-04-29hyprland: fix active workspace2 * r + 2 * t1-13/+1
2025-04-29feat: animated text changes2 * r + 2 * t3-4/+32
2025-04-29feat: bar network icon2 * r + 2 * t6-3/+87
2025-04-29style: remove unneeded comments2 * r + 2 * t1-33/+1
2025-04-29bar: use swipeview2 * r + 2 * t3-75/+71
2025-04-29refactor: occupiedbg comp anim2 * r + 2 * t1-10/+8
2025-04-29feat: bar workspace groups2 * r + 2 * t5-22/+31
2025-04-29refactor: move active workspace indicator to new file2 * r + 2 * t4-77/+95
2025-04-29refactor: workspaces use inner bar height2 * r + 2 * t5-115/+24
Also simplify boxpadding
2025-04-29refactor: bar clock use anchors2 * r + 2 * t1-8/+6
2025-04-29bar: fix alignment2 * r + 2 * t6-56/+70
Also refactor box -> styledrect + paddedrect
2025-04-29refactor: use anchors instead of layouts2 * r + 2 * t11-44/+183
2025-04-29refactor: move bar components into folder2 * r + 2 * t7-1/+2
2025-04-28refactor: appearance fix typing2 * r + 2 * t1-53/+66
2025-04-28refactor: bar workspaces move workspace into file2 * r + 2 * t4-20/+34
2025-04-28bar: workspaces different styles for occupied2 * r + 2 * t4-49/+72
2025-04-28bar: workspaces show occupied2 * r + 2 * t3-7/+51
2025-04-28bar: workspaces events2 * r + 2 * t2-0/+16
2025-04-28bar: workspaces better anim2 * r + 2 * t2-30/+39
Also make it work for vertical
2025-04-28feat: bar workspaces2 * r + 2 * t5-47/+91
2025-04-28refactor: no need for clippingbox2 * r + 2 * t3-186/+2
Just use clip property of Item
2025-04-28format: conform to qml coding conventions2 * r + 2 * t9-40/+40
2025-04-28feat: anims + box padding2 * r + 2 * t14-39/+526
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
2025-04-28hyprland: use qs hyprland service2 * r + 2 * t2-120/+50
Also use models
2025-04-26feat: basic quickshell bar2 * r + 2 * t11-0/+615
2025-04-26clean2 * r + 2 * t99-11724/+0
Remove everything
2025-04-22schemes: fix2 * r + 2 * t1-2/+7
2025-04-22feat: launcher variant action2 * r + 2 * t1-1/+73
2025-04-22scheme: fix dynamic preview2 * r + 2 * t2-21/+13
Also catch read errors
2025-04-15mediadisplay: fix visualiser symmetry2 * r + 2 * t1-14/+9
Ensure even number of bars so visualiser is symmetrical If odd number, need to use average for the center bar, which looks bad