summaryrefslogtreecommitdiff
path: root/utils/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
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
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-22picker: fix multimonitor (#127)d1-1/+1
Fixes #121
2025-06-22winfo: add no active client placeholders2 * r + 2 * t3-19/+58
Also change close button to kill
2025-06-21winfo: add buttons2 * r + 2 * t3-1/+197
2025-06-21feat: window info panel2 * r + 2 * t13-51/+477
Also disable reload popup
2025-06-21popouts: convert to layout2 * r + 2 * t2-13/+41
Also add expand button Change launcher calc item icon
2025-06-21feat: launcher calculator2 * r + 2 * t4-1/+194
Requires libqalculate
2025-06-20launcher: fix height when one item2 * r + 2 * t1-1/+1
2025-06-20systemusage: fix cpu calculation2 * r + 2 * t1-1/+1
Fixes #79