summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev: some cleanup2 * r + 2 * t2025-05-012-5/+1
|
* bar: use loaders2 * r + 2 * t2025-05-017-41/+48
| | | | | | | | | 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
* feat: use qsTr2 * r + 2 * t2025-05-011-1/+1
|
* bar: fix tray icons2 * r + 2 * t2025-05-012-5/+13
|
* feat: get networks2 * r + 2 * t2025-05-013-12/+37
| | | | Also fix bluetooth
* bar: workspaces scroll specialws2 * r + 2 * t2025-05-013-8/+9
| | | | | | Same behaviour as astal workspaces scroll Fix more undef errors Also increase by more when transparent dark layer
* bar: make power actually red2 * r + 2 * t2025-05-011-1/+1
|
* bluetooth: fix undef errors2 * r + 2 * t2025-05-011-1/+1
| | | | Filter devices to ensure they have props (idk why but sometimes they just dont have props)
* bar: actually center panel workspaces2 * r + 2 * t2025-05-011-11/+9
| | | | | Cause activetitle moves it around too much Also swap around tray and clock
* feat: bar panel preset2 * r + 2 * t2025-05-0115-49/+202
| | | | | | Make presets more flexible Fix workspaces when show windows disabled Make rounded option for workspaces
* dev: fix run script2 * r + 2 * t2025-05-011-2/+2
| | | | It was hiding other important qsintercepts, so make it only hide empty ones (i.e. ones with only file:line:column)
* bar: use loader instead of swipeview2 * r + 2 * t2025-04-304-80/+129
| | | | | Also properly set it up Make network reloadable cause getting is pretty slow
* colours: adjust layer brightness when transparent2 * r + 2 * t2025-04-301-1/+12
| | | | Darken when light mode and lighten when dark mode for better visibility
* config: fix errors2 * r + 2 * t2025-04-301-1/+4
| | | | Check before assigning cause of compat colours
* refactor: move tray items into own file2 * r + 2 * t2025-04-302-52/+55
|
* dev: run script ignore process kill msg2 * r + 2 * t2025-04-301-1/+2
|
* dev: run script for ignoring certain log messages2 * r + 2 * t2025-04-301-0/+9
|
* 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-307-44/+88
|
* refactor: use layout for bar2 * r + 2 * t2025-04-302-15/+33
| | | | Also add power icon
* bluetooth: lazy update devices2 * r + 2 * t2025-04-302-31/+42
|
* bar: animate bluetooth devices2 * r + 2 * t2025-04-304-18/+28
|
* 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-304-6/+18
|
* bar: fix workspaces anims2 * r + 2 * t2025-04-304-10/+4
| | | | 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-304-15/+117
| | | | | | 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-302-2/+7
|
* 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-293-22/+24
|
* bar: animate tray recolour2 * r + 2 * t2025-04-291-0/+8
|
* bar: move tray + recolour option2 * r + 2 * t2025-04-293-14/+25
| | | | 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
* hyprland: fix undefined errors2 * r + 2 * t2025-04-291-5/+5
|
* bar: minor code changes2 * r + 2 * t2025-04-292-3/+5
|
* hyprland: use qtobjects2 * r + 2 * t2025-04-291-22/+31
|
* 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-292-13/+19
| | | | Also add animation for bar bluetooth devices
* feat: bar system tray2 * r + 2 * t2025-04-295-4/+82
|
* feat: bar bluetooth devices2 * r + 2 * t2025-04-299-11/+127
|
* 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
* hyprland: fix active workspace2 * r + 2 * t2025-04-291-13/+1
|
* feat: animated text changes2 * r + 2 * t2025-04-293-4/+32
|
* feat: bar network icon2 * r + 2 * t2025-04-296-3/+87
|