summaryrefslogtreecommitdiff
path: root/services (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-07-19internal: move launcher stuff into subfolders2 * r + 2 * t1-25/+0
2025-07-19launcher: better app launch2 * r + 2 * t1-4/+8
More foolproof (hopefully) Also set working directory correctly
2025-07-19internal: change colour palette type name2 * r + 2 * t1-4/+4
Cause qmlls doesnt like overlapping names
2025-07-19wallpapers: show subdirs in name2 * r + 2 * t1-2/+1
Also better search
2025-07-19config: add config for using fzf/fuzzy search2 * r + 2 * t2-17/+10
2025-07-19feat: fzf-like search instead of fuzzy2 * r + 2 * t1-16/+3
Also add license for fuzzysort lib
2025-07-16bluetooth: use qs bluetoothSoramane1-104/+0
2025-07-16internal: create service configSoramane1-2/+2
2025-07-16internal: use new qs importsSoramane8-13/+13
2025-07-12launcher: better launch terminal apps2 * r + 2 * t1-1/+3
Run with fish -C so colours get sourced
2025-07-12internal: use execDetached for brightness2 * r + 2 * t1-6/+1
2025-07-09dashboard: sleep cava2 * r + 2 * t1-2/+15
Closes #201 Also allow hot updating visualiser bars config
2025-07-09internal: pass around visibilities2 * r + 2 * t1-1/+0
Instead of singleton Also for panels
2025-07-09hyprland: fix refreshing on events2 * r + 2 * t1-4/+12
2025-07-07paths: decode urls2 * r + 2 * t1-1/+1
Fixes spaces in paths breaking things
2025-07-03feat: fahrenheit option for weather (#189)William (Liam) Snow IV1-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>
2025-07-02internal: set default bpm to 12 * r + 2 * t1-1/+1
So the media gif still plays even when beat detector doesnt work
2025-06-29weather: use xmlhttprequest2 * r + 2 * t2-25/+50
Remove curl dependency Also add buffer period so it doesnt spam api requests
2025-06-28internal: more explicit2 * r + 2 * t1-1/+1
2025-06-28dashboard: optimise systemusage2 * r + 2 * t1-8/+5
Ref same way as cava
2025-06-28dashboard: optimise cava2 * r + 2 * t1-1/+5
Use refs to prevent loading at all times
2025-06-28config: allow resolving paths from home2 * r + 2 * t1-2/+2
2025-06-27wallpapers: watch wallpaper dir for changes2 * r + 2 * t1-0/+15
2025-06-27internal: use hyprlandtoplevel2 * r + 2 * t1-89/+12
2025-06-26internal: fix network typeerrors2 * r + 2 * t1-1/+1
2025-06-25weather: fix ipinfo undef err2 * r + 2 * t1-1/+1
2025-06-25systemusage: fix integer overflow2 * r + 2 * t1-7/+7
2025-06-25systemusage: add fallback for amd gpus2 * r + 2 * t1-3/+7
If they dont have edge, try use junction/mem
2025-06-25systemusage: add NVIDIA GPU support to performance metrics (#156)Alex CastaƱeiras Bueno1-9/+35
* systemusage: add NVIDIA GPU support to performance metrics * some fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-06-25internal: add env for beat detector path2 * r + 2 * t1-1/+1
2025-06-24[typo] cpuTemp bad declaration (#151)Alexandre C.1-2/+2
As the variable cpuTemp can now be used later in the if block for the fallback, need to change the declaration so that the variable is unique and used in two different blocks. Const will redeclare it.. My bad on this
2025-06-24systemusage: fix CPU temps for AMD CPUs (#150)Alexandre C.1-1/+5
2025-06-23wallpapers: only preview dynamic if current2 * r + 2 * t1-1/+3
Don't preview dynamic colour scheme in wallpaper picker when the current scheme isnt set to the dynamic scheme
2025-06-23systemusage: fix gpu temp2 * r + 2 * t1-1/+1
2025-06-22systemusage: use sensors for cpu temps2 * r + 2 * t3-23/+16
Also fix lang and lc_all for procs
2025-06-22network: fix for non english locales2 * r + 2 * t2-0/+12
Also fix bluetooth
2025-06-21feat: window info panel2 * r + 2 * t1-0/+1
Also disable reload popup
2025-06-20systemusage: fix cpu calculation2 * r + 2 * t1-1/+1
Fixes #79
2025-06-19launcher: fix again2 * r + 2 * t1-1/+1
2025-06-19launcher: better empty text2 * r + 2 * t1-0/+10
Also reload wallpapers when path changes
2025-06-19internal: make wallpaper dir configurable2 * r + 2 * t1-3/+3
2025-06-19apps: run exec directly if run with sh -c2 * r + 2 * t1-1/+4
Avoid error notifications about unquoted characters
2025-06-19brightness: add desc for shortcuts2 * r + 2 * t1-0/+2
2025-06-18notifs: fix material icon offset2 * r + 2 * t1-1/+1
2025-06-18launcher: fix opening apps2 * r + 2 * t1-11/+1
Run exec string when proc app2unit fails
2025-06-17launcher: fix transition between lists2 * r + 2 * t1-0/+7
Also fix wallpaper preview not switching back when using non dynamic scheme
2025-06-17launcher: fix wallpaper preview colours2 * r + 2 * t2-18/+8
Also disable transparency action (not impled and won't be in the near future)
2025-06-17internal: use execDetached2 * r + 2 * t1-6/+1
2025-06-17launcher: notify on scheme mode change error2 * r + 2 * t1-1/+1
2025-06-16feat: configurable weather location2 * r + 2 * t1-2/+7
Impls #76