summaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lock: larger outer rounding2 * r + 2 * t2025-08-102-2/+6
|
* lock: fix button2 * r + 2 * t2025-08-102-1/+2
|
* lock: fix size2 * r + 2 * t2025-08-101-2/+2
|
* lock: add weather2 * r + 2 * t2025-08-103-31/+150
| | | | Also refactor weather service
* lock: better lock anim2 * r + 2 * t2025-08-104-21/+26
|
* lock: add date2 * r + 2 * t2025-08-101-1/+12
|
* lock: center password field + placeholder states2 * r + 2 * t2025-08-103-81/+172
|
* lock: add placeholder + manual focus2 * r + 2 * t2025-08-102-56/+102
|
* lock: input field + separate pam2 * r + 2 * t2025-08-105-67/+302
|
* lock: add content + better unlock anim2 * r + 2 * t2025-08-103-49/+171
|
* Merge branch 'main' into new-lock2 * r + 2 * t2025-08-102-2/+2
|\
| * internal: more colour fixes2 * r + 2 * t2025-08-102-2/+2
| | | | | | | | :woe:
* | Merge branch 'main' into new-lock2 * r + 2 * t2025-08-101-1/+1
|\|
| * internal: more colour fixes2 * r + 2 * t2025-08-101-1/+1
| |
* | lock: nuke2 * r + 2 * t2025-08-102-144/+128
|/
* internal: save mem usage2 * r + 2 * t2025-08-101-0/+2
| | | | Set exclusion window size to 1x1
* notifs: fix actions colour when transp2 * r + 2 * t2025-08-091-1/+1
| | | | Also more colour adjustments
* dashboard: fix cover art rounding2 * r + 2 * t2025-08-092-2/+2
| | | | ensure full circle even when changed in config
* bar: better scroll actions2 * r + 2 * t2025-08-093-33/+21
| | | | Also fix workspaces interaction area
* picker: fix clients for special ws2 * r + 2 * t2025-08-091-12/+27
| | | | Also focus on first window if none focused on init
* bar: add min padding2 * r + 2 * t2025-08-091-1/+1
| | | | For when smol border thickness
* config: make appearance configurable2 * r + 2 * t2025-08-091-4/+6
|
* internal: fix more colours2 * r + 2 * t2025-08-081-1/+1
|
* controlcenter: fix clipping2 * r + 2 * t2025-08-083-39/+45
|
* internal: colour fixes2 * r + 2 * t2025-08-084-4/+4
|
* internal: transparency support coming soon™2 * r + 2 * t2025-08-0833-64/+67
| | | | | Also fix media player selector text colour Fix colour preview not resetting light/dark mode
* controlcenter: hide float button when floating2 * r + 2 * t2025-08-074-53/+56
|
* internal: fix transparent transitions2 * r + 2 * t2025-08-076-7/+7
|
* controlcenter: add header when floating2 * r + 2 * t2025-08-073-3/+73
|
* controlcenter: fix navrail colours2 * r + 2 * t2025-08-071-1/+3
|
* controlcenter: better navrail2 * r + 2 * t2025-08-071-5/+7
|
* controlcenter: add floating mode2 * r + 2 * t2025-08-078-24/+187
| | | | Closes #363
* dashboard: showOnHover config option (#361)Noah Zepner2025-08-072-1/+8
| | | | | | | | | | | * dashboard: showOnHover config option * dashboard: close on lose focus when !showOnHover Also update readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* controlcenter/bt: better styling2 * r + 2 * t2025-08-061-2/+5
| | | | | Less width when toggle buttons pressed Use expressive anim
* config: add audio increment option2 * r + 2 * t2025-08-053-6/+6
|
* controlcenter/bt: better toggles collapsing logic2 * r + 2 * t2025-08-051-3/+5
| | | | Hardcoded but eh
* internal: rename dcontent -> controlcenter2 * r + 2 * t2025-08-059-7/+5
|
* internal: position slider handle correctly2 * r + 2 * t2025-08-051-2/+2
| | | | Also better labels for audio popout
* popouts/audio: scroll volume slider2 * r + 2 * t2025-08-051-11/+24
| | | | Also more spacing
* bar/popouts: add audio device switcher (#319)Laurens Duin2025-08-055-146/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: basic audio switcher * feat: replace VerticalSlider with StyledSlider * fix: styling * fix: formatting * chore: make sound icons consistent, change slider styling * feat: styled slider component variants * chore: cleanup * chore: cleanup * fix: pr fixes * fix: remove redundant code * chore: remove old code * fix: controls styling * fixes * more tweaks * radiobtn: add interaction stuff Anim slider --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* launcher: allow wallpaper switch when exactly 2 wallpapers (#343)Laurens Duin2025-08-051-11/+11
|
* lock: fix battery percentage (#340)kanlaric2025-08-051-1/+1
|
* picker: fix client highlighting2 * r + 2 * t2025-08-041-1/+3
|
* internal: refactor widgets folder2 * r + 2 * t2025-08-0470-105/+138
| | | | Split into subdirs and rename to components
* dashboard: display correct temp units2 * r + 2 * t2025-08-041-2/+6
|
* dashboard: fix tab desync2 * r + 2 * t2025-08-042-2/+2
| | | | Fixes #324
* background: fix when disabled2 * r + 2 * t2025-08-041-2/+3
| | | | Fixes #246, #283
* dcontent/bt: settings toggle between2 * r + 2 * t2025-08-041-1/+6
| | | | Make settings button go to first device if already on settings
* dcontent: add audio placeholder2 * r + 2 * t2025-08-033-1/+20
| | | | Also clip panes
* dcontent: impl rest of bt device settings2 * r + 2 * t2025-08-034-9/+328
|