summaryrefslogtreecommitdiff
path: root/utils/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-07-27icons: use heuristicLookup2 * r + 2 * t1-15/+2
2025-07-27internal: use configDir -> shellDir2 * r + 2 * t1-1/+1
configDir is deprecated
2025-07-27internal: better colouriser2 * r + 2 * t1-0/+1
Set brightness so colourisation looks better
2025-07-27dcontent: add discovery toggle to bt2 * r + 2 * t1-8/+52
Also show number of devices
2025-07-27dcontent: add adapter name editing2 * r + 2 * t3-5/+187
Does not work for now as QS does not provide a way to edit adapter names (will be added soon™)
2025-07-27dcontent: fix discoverable timeout spinbox2 * r + 2 * t2-3/+3
2025-07-27ci: run flake update daily instead of on push2 * r + 2 * t1-3/+2
2025-07-27brightness: fix2 * r + 2 * t1-2/+7
2025-07-26[CI] chore: update flakegithub-actions1-4/+4
2025-07-26brightness: fix for non ddc displays2 * r + 2 * t1-1/+2
2025-07-26dcontent: impl bt settings2 * r + 2 * t9-12/+491
2025-07-26dcontent: add bt pane2 * r + 2 * t6-72/+323
2025-07-26[CI] chore: update flakegithub-actions1-7/+7
2025-07-26dcontent: add panes2 * r + 2 * t4-42/+142
2025-07-26[CI] chore: update flakegithub-actions1-4/+4
2025-07-26dcontent: some tweaks2 * r + 2 * t2-16/+10
2025-07-26[CI] chore: update flakegithub-actions1-4/+4
2025-07-26interactions: disable when detached panel2 * r + 2 * t1-0/+3
2025-07-26dashboard: show on hover (for touch devices)Soramane2-0/+10
2025-07-26config: allow enable/disable panels2 * r + 2 * t9-9/+11
Closes #240
2025-07-26popouts: fix scan icon rotation2 * r + 2 * t1-1/+7
2025-07-26popouts: some fixes for network2 * r + 2 * t1-2/+4
2025-07-26config: enable/disable status icons (#243)Kaj5-97/+215
* Adds ability to disable/enable status icons Improves the hover calculations so that it's not hardcoded. This should make it easier to add/remove status icons. Also adds an optional audio status icon. * status: move config to barconfig * fixes * fix merge * loader icons * fix audio popout --------- Co-authored-by: Kaj Giesbers <kajgiesbers@gmail.com> Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-07-26feat: improve network popout (#268)Nikhil Sharma3-10/+333
* feat: network popout (saved networks only) * fix: rem unfinished forget network * network: some fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-07-26brightness: debounce ddc changes2 * r + 2 * t1-0/+14
2025-07-25ci: add flake update action (#267)2 * r + 2 * t2-10/+96
* create flake update action * what am i doing * fix * try nixpkgs.hyprland * try flake * use add * try sway + cache nix * use install * fix pgrep * fix sway exit * screw sway ipc * get ready for merge * [CI] chore: update flake * finally ready
2025-07-23dcontent: create bluetooth panel2 * r + 2 * t9-3/+372
2025-07-23internal: better styled switch2 * r + 2 * t1-16/+32
Add state layer + cursor change
2025-07-23internal: fix damn lsp overshadowing2 * r + 2 * t1-2/+2
2025-07-23popouts: better tray menu focus handling2 * r + 2 * t4-24/+15
Don't hide on hover lost, use a focus grab instead
2025-07-23popouts: better bluetooth popout2 * r + 2 * t2-11/+212
2025-07-23bar: ws indicator mask -> colouriser2 * r + 2 * t1-14/+3
2025-07-23bar: fix bluetooth when offSoramane2-2/+2
2025-07-23nix/dev: remove logging rules from devshellSoramane1-7/+0
No need for them anymore
2025-07-23nix: update flake inputsSoramane1-10/+10
2025-07-22filedialog: cache thumbnails2 * r + 2 * t3-4/+32
Much faster loading
2025-07-22internal: fix typo2 * r + 2 * t1-1/+1
2025-07-22internal: remove unnecessary slice2 * r + 2 * t1-1/+1
2025-07-22internal: even better visibilities multimon2 * r + 2 * t1-3/+3
2025-07-22lock: better buttons2 * r + 2 * t2-24/+18
2025-07-22internal: oop forgot to commit this2 * r + 2 * t1-1/+1
part of previous commit fix
2025-07-22internal: better visibilities multimon handling2 * r + 2 * t1-2/+7
2025-07-22popouts: better bt loading icon2 * r + 2 * t2-16/+103
2025-07-22filedialog: better icon filtering2 * r + 2 * t5-6/+17
Only thumbnail valid image types Also move wallpaper extensions into separate singleton in utils
2025-07-22filedialog: add scrollbar2 * r + 2 * t1-0/+3
2025-07-22lock: show status on small screens2 * r + 2 * t2-92/+94
Hide notifs but show status
2025-07-22background: load not async2 * r + 2 * t1-1/+1
Fixes #235
2025-07-22background: some fixes for desktop clock2 * r + 2 * t2-11/+14
Loader + use implicit width/height + move
2025-07-22feat: add a simple desktop clock (#238)Kaj3-0/+32
* Adds a simple desktop clock * Adds ability to change color * Sets the desktop clock to be disabled by default * Improves desktop clock code based on feedback * Disable the clock by default * Fixes config of background clock * Removes the timer for the desktop clock --------- Co-authored-by: Kaj Giesbers <kajgiesbers@gmail.com>
2025-07-21icons: fix quoting issues2 * r + 2 * t1-3/+3