summaryrefslogtreecommitdiff
path: root/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* internal: use stdiocollector2 * r + 2 * t2025-06-158-119/+146
| | | | | Removes dependency on jq Also fix beatdetector
* colours: more fixes for cli rewrite2 * r + 2 * t2025-06-152-2/+2
| | | | | Fix setting mode Fix wallpaper preview scheme
* internal: update for scripts overhaul (#45)2 * r + 2 * t2025-06-142-16/+11
|\ | | | | | | | | | | | | | | | | * colours: update for scheme refactor * notifs: match expand anim to container * wallpapers: update current path * wallpapers: update valid wall extensions
| * wallpapers: update valid wall extensions2 * r + 2 * t2025-06-121-1/+1
| |
| * wallpapers: update current path2 * r + 2 * t2025-06-121-1/+1
| |
| * colours: update for scheme refactor2 * r + 2 * t2025-06-111-14/+9
| |
* | internal: better caching impl2 * r + 2 * t2025-06-131-72/+0
|/ | | | WARNING: causes blocking when caching image on first load
* Merge pull request #36 from ko1N/fix-lvm-storage2 * r + 2 * t2025-06-111-10/+30
|\ | | | | Fix disk usage when using lvm
| * Fix disk usage when using lvmko1N2025-06-101-10/+30
| |
* | Merge pull request #9 from PiotrekB416/fix/network-service2 * r + 2 * t2025-06-091-5/+8
|\ \ | |/ |/| Network service fixes
| * refactor(network): add bssid to AccessPoint componentPiotr Bartoszewicz2025-06-081-7/+8
| |
| * fix(network): duplicate networks overwrite activity statusPiotr Bartoszewicz2025-06-081-2/+4
| | | | | | | | jq consumes first line without -n
* | wallpapers: fix set script call2 * r + 2 * t2025-06-081-1/+1
| |
* | feat: add ipc commands for stuff2 * r + 2 * t2025-06-083-1/+65
|/
* colours: fix switching2 * r + 2 * t2025-06-081-1/+1
| | | | Also remove unnecessary clipping rects around dashboard panes
* popouts: fix multimonitoroutfoxxed2025-06-061-23/+0
|