summaryrefslogtreecommitdiff
path: root/utils/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-06-28config: fix overwrite on startup2 * r + 2 * t9-19/+16
2025-06-28readme: add stuff2 * r + 2 * t1-48/+95
Fixes #171 Add installation, update usage
2025-06-27readme: fix kofi badge2 * r + 2 * t1-1/+1
2025-06-27internal: use Process.exec2 * r + 2 * t1-8/+1
2025-06-27wallpapers: watch wallpaper dir for changes2 * r + 2 * t1-0/+15
2025-06-27picker: fix client selecting2 * r + 2 * t1-6/+10
2025-06-27internal: windowinfo pass in client2 * r + 2 * t5-32/+43
So it can be used for clients other than the active one Also fix text below screencopyview
2025-06-27internal: use hyprlandtoplevel2 * r + 2 * t9-129/+52
2025-06-27icons: fix grade more icons2 * r + 2 * t5-4/+10
Media and pfp fallback icons Also fix dashboard user os icon
2025-06-26lock: show notif list not popups2 * r + 2 * t1-1/+1
2025-06-26notifs: expire by default + increase expire timeout2 * r + 2 * t1-2/+2
2025-06-26lock: add isLocked ipc handler2 * r + 2 * t1-0/+8
Fixes #165 Also add unlock ipc handler
2025-06-26icons: some fixes for previous axes change2 * r + 2 * t7-10/+18
Mostly spacing fixes Also qsTr windowinfo class and title when none
2025-06-26icons: use variable axes2 * r + 2 * t8-22/+6
2025-06-26dashboard: fix calendar2 * r + 2 * t1-1/+1
Fixes days in negative utc timezones
2025-06-26internal: fix network typeerrors2 * r + 2 * t1-1/+1
2025-06-26lock: fix buttons2 * r + 2 * t1-0/+1
2025-06-25launcher: fix wallpaper preview exit2 * r + 2 * t1-3/+1
2025-06-25config: make gifs configurable2 * r + 2 * t4-3/+5
2025-06-25lock: fix rounding2 * r + 2 * t1-6/+6
Fix rounding on status and buttons
2025-06-25lock: add notifs and status2 * r + 2 * t5-0/+556
2025-06-25internal: move notif icon guessing to utils2 * r + 2 * t2-28/+31
2025-06-25lock: add session buttons2 * r + 2 * t4-0/+191
2025-06-25lock: fix media position2 * r + 2 * t2-35/+38
2025-06-25weather: fix ipinfo undef err2 * r + 2 * t1-1/+1
2025-06-25lock: completely hide media if screen too small2 * r + 2 * t3-30/+40
2025-06-25lock: increase large screen size2 * r + 2 * t2-2/+3
Also move to config
2025-06-25lock: shrink media if small screen2 * r + 2 * t3-13/+20
2025-06-25lock: move media to bottom right if small screen2 * r + 2 * t3-19/+59
2025-06-25lock: fix exit anim for multimon2 * r + 2 * t2-4/+14
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-25lock: fix space inputs2 * r + 2 * t1-1/+1
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-23lock: add media2 * r + 2 * t6-1/+380
2025-06-23drawers: give back focus when close2 * r + 2 * t2-11/+14
For launcher and session, give back focus to previously open one on close Also use execDetached for session buttons
2025-06-23systemusage: fix gpu temp2 * r + 2 * t1-1/+1
2025-06-23issues: create templates2 * r + 2 * t2-0/+52
2025-06-23notifs: dismiss notif on swipe2 * r + 2 * t1-2/+2
Fixes #141
2025-06-23bar: fill bluetooth device icons2 * r + 2 * t1-0/+1
2025-06-23icons: add icon for bluetooth mouse2 * r + 2 * t1-0/+2
2025-06-22lock: add weather2 * r + 2 * t5-11/+145
2025-06-22lock: static border2 * r + 2 * t2-6/+2
Not percentage + equal on all sides
2025-06-22dashboard: better vertical spacing for media2 * r + 2 * t1-0/+2
2025-06-22lock: lazy load locker2 * r + 2 * t1-6/+17
2025-06-22feat: lock screen2 * r + 2 * t8-0/+675