summaryrefslogtreecommitdiff
path: root/utils/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2025-07-21nix: add jetbrains mono to deps (#234)Soramane2-2/+3
temp until fonts are configurable
2025-07-21readme: add tip for beat detector manual install2 * r + 2 * t1-0/+5
2025-07-20filedialog: fix when killing window2 * r + 2 * t1-0/+5
2025-07-20internal: code style2 * r + 2 * t1-9/+8
2025-07-20config: allow disabling background2 * r + 2 * t4-15/+30
Closes #208
2025-07-20feat: add apple studio display brightness support (#214)Gabriel Rinaldi1-9/+34
* chore: add studio display support * some fixes * more fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-07-20feat: better file dialog2 * r + 2 * t2-10/+10
2025-07-20filedialog: loader2 * r + 2 * t2-39/+67
2025-07-20filedialog: add filters and buttons2 * r + 2 * t4-5/+114
2025-07-20filedialog: add current item2 * r + 2 * t2-0/+115
2025-07-20filedialog: add empty text2 * r + 2 * t1-5/+39
2025-07-20filedialog: add special icons for xdg dirs2 * r + 2 * t4-12/+29
2025-07-20filedialog: add nav rail2 * r + 2 * t4-82/+244
2025-07-20filedialog: styling tweaks2 * r + 2 * t2-78/+100