summaryrefslogtreecommitdiff
path: root/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* notifs: fix actions colour when transp2 * r + 2 * t2025-08-091-1/+1
| | | | Also more colour adjustments
* config: make appearance configurable2 * r + 2 * t2025-08-091-3/+4
|
* internal: better transparency2 * r + 2 * t2025-08-081-3/+22
|
* internal: colour fixes2 * r + 2 * t2025-08-081-56/+55
|
* internal: disable transparency2 * r + 2 * t2025-08-081-1/+1
| | | | Oops
* internal: transparency support coming soon™2 * r + 2 * t2025-08-081-30/+82
| | | | | Also fix media player selector text colour Fix colour preview not resetting light/dark mode
* config: add audio increment option2 * r + 2 * t2025-08-051-0/+9
|
* audio: clamp volume2 * r + 2 * t2025-08-051-7/+12
| | | | Closes #350
* bar/popouts: add audio device switcher (#319)Laurens Duin2025-08-051-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* internal: format network2 * r + 2 * t2025-08-041-36/+32
| | | | Also use exec, onExited and StdioCollector
* internal: refactor widgets folder2 * r + 2 * t2025-08-043-3/+3
| | | | Split into subdirs and rename to components
* systemusage: reorder gpu detection2 * r + 2 * t2025-08-041-1/+1
| | | | | Try novideo first Fixes #329
* bar: fix kb layout2 * r + 2 * t2025-07-291-4/+2
| | | | Closes #295
* bar: fix kb layout2 * r + 2 * t2025-07-281-1/+3
|
* bar: add kb layout status icon2 * r + 2 * t2025-07-271-1/+13
| | | | Closes #280
* brightness: fix2 * r + 2 * t2025-07-271-2/+7
|
* brightness: fix for non ddc displays2 * r + 2 * t2025-07-261-1/+2
|
* feat: improve network popout (#268)Nikhil Sharma2025-07-261-4/+119
| | | | | | | | | | | * feat: network popout (saved networks only) * fix: rem unfinished forget network * network: some fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* brightness: debounce ddc changes2 * r + 2 * t2025-07-261-0/+14
|
* internal: even better visibilities multimon2 * r + 2 * t2025-07-221-3/+3
|
* internal: better visibilities multimon handling2 * r + 2 * t2025-07-221-2/+7
|
* filedialog: better icon filtering2 * r + 2 * t2025-07-221-3/+2
| | | | | | Only thumbnail valid image types Also move wallpaper extensions into separate singleton in utils
* feat: add apple studio display brightness support (#214)Gabriel Rinaldi2025-07-201-9/+34
| | | | | | | | | | | * chore: add studio display support * some fixes * more fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: move launcher stuff into subfolders2 * r + 2 * t2025-07-191-25/+0
|
* launcher: better app launch2 * r + 2 * t2025-07-191-4/+8
| | | | | More foolproof (hopefully) Also set working directory correctly
* internal: change colour palette type name2 * r + 2 * t2025-07-191-4/+4
| | | | Cause qmlls doesnt like overlapping names
* wallpapers: show subdirs in name2 * r + 2 * t2025-07-191-2/+1
| | | | Also better search
* config: add config for using fzf/fuzzy search2 * r + 2 * t2025-07-192-17/+10
|
* feat: fzf-like search instead of fuzzy2 * r + 2 * t2025-07-191-16/+3
| | | | Also add license for fuzzysort lib
* bluetooth: use qs bluetoothSoramane2025-07-161-104/+0
|
* internal: create service configSoramane2025-07-161-2/+2
|
* internal: use new qs importsSoramane2025-07-168-13/+13
|
* launcher: better launch terminal apps2 * r + 2 * t2025-07-121-1/+3
| | | | Run with fish -C so colours get sourced
* internal: use execDetached for brightness2 * r + 2 * t2025-07-121-6/+1
|
* dashboard: sleep cava2 * r + 2 * t2025-07-091-2/+15
| | | | | | Closes #201 Also allow hot updating visualiser bars config
* internal: pass around visibilities2 * r + 2 * t2025-07-091-1/+0
| | | | | Instead of singleton Also for panels
* hyprland: fix refreshing on events2 * r + 2 * t2025-07-091-4/+12
|
* paths: decode urls2 * r + 2 * t2025-07-071-1/+1
| | | | Fixes spaces in paths breaking things
* feat: fahrenheit option for weather (#189)William (Liam) Snow IV2025-07-031-2/+4
| | | | | | | | | | | | * Added Fahrenheit to Weather Service * some fixes Allow for hot reloading config opt Add opt to example config --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: set default bpm to 12 * r + 2 * t2025-07-021-1/+1
| | | | So the media gif still plays even when beat detector doesnt work
* weather: use xmlhttprequest2 * r + 2 * t2025-06-292-25/+50
| | | | | | Remove curl dependency Also add buffer period so it doesnt spam api requests
* internal: more explicit2 * r + 2 * t2025-06-281-1/+1
|
* dashboard: optimise systemusage2 * r + 2 * t2025-06-281-8/+5
| | | | Ref same way as cava
* dashboard: optimise cava2 * r + 2 * t2025-06-281-1/+5
| | | | Use refs to prevent loading at all times
* config: allow resolving paths from home2 * r + 2 * t2025-06-281-2/+2
|
* wallpapers: watch wallpaper dir for changes2 * r + 2 * t2025-06-271-0/+15
|
* internal: use hyprlandtoplevel2 * r + 2 * t2025-06-271-89/+12
|
* internal: fix network typeerrors2 * r + 2 * t2025-06-261-1/+1
|
* weather: fix ipinfo undef err2 * r + 2 * t2025-06-251-1/+1
|
* systemusage: fix integer overflow2 * r + 2 * t2025-06-251-7/+7
|