summaryrefslogtreecommitdiff
path: root/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* systemusage: add fallback for amd gpus2 * r + 2 * t2025-06-251-3/+7
| | | | If they dont have edge, try use junction/mem
* systemusage: add NVIDIA GPU support to performance metrics (#156)Alex CastaƱeiras Bueno2025-06-251-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>
* internal: add env for beat detector path2 * r + 2 * t2025-06-251-1/+1
|
* [typo] cpuTemp bad declaration (#151)Alexandre C.2025-06-241-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
* systemusage: fix CPU temps for AMD CPUs (#150)Alexandre C.2025-06-241-1/+5
|
* wallpapers: only preview dynamic if current2 * r + 2 * t2025-06-231-1/+3
| | | | Don't preview dynamic colour scheme in wallpaper picker when the current scheme isnt set to the dynamic scheme
* systemusage: fix gpu temp2 * r + 2 * t2025-06-231-1/+1
|
* systemusage: use sensors for cpu temps2 * r + 2 * t2025-06-223-23/+16
| | | | Also fix lang and lc_all for procs
* network: fix for non english locales2 * r + 2 * t2025-06-222-0/+12
| | | | Also fix bluetooth
* feat: window info panel2 * r + 2 * t2025-06-211-0/+1
| | | | Also disable reload popup
* systemusage: fix cpu calculation2 * r + 2 * t2025-06-201-1/+1
| | | | Fixes #79
* launcher: fix again2 * r + 2 * t2025-06-191-1/+1
|
* launcher: better empty text2 * r + 2 * t2025-06-191-0/+10
| | | | Also reload wallpapers when path changes
* internal: make wallpaper dir configurable2 * r + 2 * t2025-06-191-3/+3
|
* apps: run exec directly if run with sh -c2 * r + 2 * t2025-06-191-1/+4
| | | | Avoid error notifications about unquoted characters
* brightness: add desc for shortcuts2 * r + 2 * t2025-06-191-0/+2
|
* notifs: fix material icon offset2 * r + 2 * t2025-06-181-1/+1
|
* launcher: fix opening apps2 * r + 2 * t2025-06-181-11/+1
| | | | Run exec string when proc app2unit fails
* launcher: fix transition between lists2 * r + 2 * t2025-06-171-0/+7
| | | | Also fix wallpaper preview not switching back when using non dynamic scheme
* launcher: fix wallpaper preview colours2 * r + 2 * t2025-06-172-18/+8
| | | | Also disable transparency action (not impled and won't be in the near future)
* internal: use execDetached2 * r + 2 * t2025-06-171-6/+1
|
* launcher: notify on scheme mode change error2 * r + 2 * t2025-06-171-1/+1
|
* feat: configurable weather location2 * r + 2 * t2025-06-161-2/+7
| | | | Impls #76
* feat: user config file2 * r + 2 * t2025-06-152-3/+3
| | | | Config file at `~/.config/caelestia/shell.json`
* internal: properly fix beat detector2 * r + 2 * t2025-06-151-1/+5
|
* internal: fix beat detector2 * r + 2 * t2025-06-151-1/+1
|
* internal: change beatdetector path2 * r + 2 * t2025-06-151-1/+1
| | | | For install via pkgbuild
* internal: remove dependency on fd2 * r + 2 * t2025-06-151-2/+3
|