summaryrefslogtreecommitdiff
path: root/modules/bar/components (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-05-17refactor: use implicit size instead of actual size2 * r + 2 * t3-8/+8
2025-05-10refactor: manually animate rect if needed2 * r + 2 * t3-3/+48
No need for animate prop, it's used too little so just manually set it if needed to save memory
2025-05-10feat: basic notifications2 * r + 2 * t1-10/+2
Also fix pixel issue with notif area background Add more log rules to run script
2025-05-05refactor: move colours to separate service2 * r + 2 * t10-11/+15
2025-05-04general: better multieffect mask settings2 * r + 2 * t2-2/+3
Better launcher wallpaper rounding and bar active workspace indicator
2025-05-04bar: fix active workspace indicator2 * r + 2 * t1-1/+1
2025-05-03feat: use multieffect instead of qt5compat2 * r + 2 * t3-12/+23
Also use loader for tray icon recolouring
2025-05-02controls: use basic style2 * r + 2 * t1-1/+0
Material style placeholder is kinda annoying
2025-05-02bar: fix workspaces switching2 * r + 2 * t1-1/+5
Fix throwing errors when trying to switch to current ws
2025-05-01bar: optional active ws indicator2 * r + 2 * t3-12/+16
2025-05-01feat: vertical bar actually works!!!2 * r + 2 * t4-1/+21
2025-05-01dev: some cleanup2 * r + 2 * t1-3/+0
2025-05-01bar: use loaders2 * r + 2 * t5-35/+43
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)
2025-05-01bar: fix workspaces occupied2 * r + 2 * t3-6/+8
Also some optimisations
2025-05-01feat: use qsTr2 * r + 2 * t1-1/+1
2025-05-01bar: fix tray icons2 * r + 2 * t1-1/+9
2025-05-01feat: get networks2 * r + 2 * t1-1/+1
Also fix bluetooth
2025-05-01bar: workspaces scroll specialws2 * r + 2 * t2-7/+8
Same behaviour as astal workspaces scroll Fix more undef errors Also increase by more when transparent dark layer
2025-05-01bar: make power actually red2 * r + 2 * t1-1/+1
2025-05-01feat: bar panel preset2 * r + 2 * t9-16/+25
Make presets more flexible Fix workspaces when show windows disabled Make rounded option for workspaces
2025-04-30bar: use loader instead of swipeview2 * r + 2 * t1-1/+1
Also properly set it up Make network reloadable cause getting is pretty slow
2025-04-30refactor: move tray items into own file2 * r + 2 * t2-52/+55
2025-04-30bar: make power button smaller2 * r + 2 * t1-2/+1
Also move the circle logic to the pills preset and fix for other font sizes
2025-04-30feat: use material colours2 * r + 2 * t3-4/+4
2025-04-30refactor: use layout for bar2 * r + 2 * t1-0/+10
Also add power icon
2025-04-30bar: animate bluetooth devices2 * r + 2 * t2-17/+6
2025-04-30bar: workspaces change window colour2 * r + 2 * t1-0/+1
Make dimmer than actual label
2025-04-30bar: elide active window title2 * r + 2 * t2-4/+13
2025-04-30bar: fix workspaces anims2 * r + 2 * t3-9/+3
Also fix hyprland undef error
2025-04-30bar: some workspaces optimisations2 * r + 2 * t1-3/+2
2025-04-30feat: bar workspaces show windows2 * r + 2 * t2-10/+91
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 * t1-2/+5
2025-04-30bar: workspaces some fixes2 * r + 2 * t3-7/+12
And anim occupied pill movement
2025-04-29bar: fix activewindow2 * r + 2 * t1-1/+1
2025-04-29bar: animate tray recolour2 * r + 2 * t1-0/+8
2025-04-29bar: move tray + recolour option2 * r + 2 * t1-1/+2
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-29bar: minor code changes2 * r + 2 * t1-2/+4
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 * t1-0/+3
Also add animation for bar bluetooth devices
2025-04-29feat: bar system tray2 * r + 2 * t1-0/+54
2025-04-29feat: bar bluetooth devices2 * r + 2 * t2-2/+38
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-29feat: animated text changes2 * r + 2 * t1-1/+1
2025-04-29feat: bar network icon2 * r + 2 * t3-2/+18
2025-04-29refactor: occupiedbg comp anim2 * r + 2 * t1-10/+8
2025-04-29feat: bar workspace groups2 * r + 2 * t4-21/+30