summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* scrollbar: show gutter + enable scrolling2 * r + 2 * t2025-05-021-1/+15
|
* refactor: keep js in separate dir2 * r + 2 * t2025-05-022-1/+1
|
* launcher: add scrollbar2 * r + 2 * t2025-05-022-8/+39
| | | | Also fix height
* launcher: fuzzy sort2 * r + 2 * t2025-05-024-12/+741
|
* launcher: better app items2 * r + 2 * t2025-05-025-17/+94
| | | | | Also config max shown Custom cursor for styled text field
* launcher: animate content2 * r + 2 * t2025-05-023-9/+72
|
* launcher: add content2 * r + 2 * t2025-05-028-21/+111
| | | | Also use surfaceContainer as background
* refactor: separate launcher into multiple files2 * r + 2 * t2025-05-023-114/+134
|
* bar: fix workspaces switching2 * r + 2 * t2025-05-021-1/+5
| | | | Fix throwing errors when trying to switch to current ws
* feat: launcher base2 * r + 2 * t2025-05-025-9/+208
|
* bar: optional active ws indicator2 * r + 2 * t2025-05-014-12/+17
|
* bar: fix vertical switching2 * r + 2 * t2025-05-012-18/+42
| | | | | IT WORKS AFHJIASHFGUOADGHOASF Need to reload the preset when changing between but eh
* feat: vertical bar actually works!!!2 * r + 2 * t2025-05-018-5/+31
|
* 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
|