summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* internal: more explicit2 * r + 2 * t2025-06-281-1/+1
|
* internal: make weather reload on creation2 * r + 2 * t2025-06-281-4/+1
| | | | Cause loadered
* dashboard: optimise systemusage2 * r + 2 * t2025-06-283-9/+13
| | | | Ref same way as cava
* dashboard: optimise cava2 * r + 2 * t2025-06-283-1/+18
| | | | Use refs to prevent loading at all times
* dashboard: loader panes2 * r + 2 * t2025-06-284-22/+27
|
* internal: use layouts for dashboard2 * r + 2 * t2025-06-282-8/+25
|
* dashboard: loader content2 * r + 2 * t2025-06-283-16/+31
|
* picker: sort client rects2 * r + 2 * t2025-06-281-1/+8
| | | | Pinned > floating > others
* readme: fix prev commit2 * r + 2 * t2025-06-281-2/+2
| | | | Oops forgot to commit changes
* readme: update config section2 * r + 2 * t2025-06-281-2/+59
|
* config: allow resolving paths from home2 * r + 2 * t2025-06-284-8/+7
|
* config: fix overwrite on startup2 * r + 2 * t2025-06-289-19/+16
|
* readme: add stuff2 * r + 2 * t2025-06-281-48/+95
| | | | | | Fixes #171 Add installation, update usage
* readme: fix kofi badge2 * r + 2 * t2025-06-271-1/+1
|
* internal: use Process.exec2 * r + 2 * t2025-06-271-8/+1
|
* wallpapers: watch wallpaper dir for changes2 * r + 2 * t2025-06-271-0/+15
|
* picker: fix client selecting2 * r + 2 * t2025-06-271-6/+10
|
* internal: windowinfo pass in client2 * r + 2 * t2025-06-275-32/+43
| | | | | So it can be used for clients other than the active one Also fix text below screencopyview
* internal: use hyprlandtoplevel2 * r + 2 * t2025-06-279-129/+52
|
* icons: fix grade more icons2 * r + 2 * t2025-06-275-4/+10
| | | | | | Media and pfp fallback icons Also fix dashboard user os icon
* lock: show notif list not popups2 * r + 2 * t2025-06-261-1/+1
|
* notifs: expire by default + increase expire timeout2 * r + 2 * t2025-06-261-2/+2
|
* lock: add isLocked ipc handler2 * r + 2 * t2025-06-261-0/+8
| | | | | | Fixes #165 Also add unlock ipc handler
* icons: some fixes for previous axes change2 * r + 2 * t2025-06-267-10/+18
| | | | | Mostly spacing fixes Also qsTr windowinfo class and title when none
* icons: use variable axes2 * r + 2 * t2025-06-268-22/+6
|
* dashboard: fix calendar2 * r + 2 * t2025-06-261-1/+1
| | | | Fixes days in negative utc timezones
* internal: fix network typeerrors2 * r + 2 * t2025-06-261-1/+1
|
* lock: fix buttons2 * r + 2 * t2025-06-261-0/+1
|
* launcher: fix wallpaper preview exit2 * r + 2 * t2025-06-251-3/+1
|
* config: make gifs configurable2 * r + 2 * t2025-06-254-3/+5
|
* lock: fix rounding2 * r + 2 * t2025-06-251-6/+6
| | | | Fix rounding on status and buttons
* lock: add notifs and status2 * r + 2 * t2025-06-255-0/+556
|
* internal: move notif icon guessing to utils2 * r + 2 * t2025-06-252-28/+31
|
* lock: add session buttons2 * r + 2 * t2025-06-254-0/+191
|
* lock: fix media position2 * r + 2 * t2025-06-252-35/+38
|
* weather: fix ipinfo undef err2 * r + 2 * t2025-06-251-1/+1
|
* lock: completely hide media if screen too small2 * r + 2 * t2025-06-253-30/+40
|
* lock: increase large screen size2 * r + 2 * t2025-06-252-2/+3
| | | | Also move to config
* lock: shrink media if small screen2 * r + 2 * t2025-06-253-13/+20
|
* lock: move media to bottom right if small screen2 * r + 2 * t2025-06-253-19/+59
|
* lock: fix exit anim for multimon2 * r + 2 * t2025-06-252-4/+14
|
* 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>
* lock: fix space inputs2 * r + 2 * t2025-06-251-1/+1
|
* 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
* lock: add media2 * r + 2 * t2025-06-236-1/+380
|