| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-07-26 | interactions: disable when detached panel | 2 * r + 2 * t | 1 | -0/+3 | |
| 2025-07-26 | dashboard: show on hover (for touch devices) | Soramane | 2 | -0/+10 | |
| 2025-07-26 | config: allow enable/disable panels | 2 * r + 2 * t | 9 | -9/+11 | |
| Closes #240 | |||||
| 2025-07-26 | popouts: fix scan icon rotation | 2 * r + 2 * t | 1 | -1/+7 | |
| 2025-07-26 | popouts: some fixes for network | 2 * r + 2 * t | 1 | -2/+4 | |
| 2025-07-26 | config: enable/disable status icons (#243) | Kaj | 5 | -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-26 | feat: improve network popout (#268) | Nikhil Sharma | 3 | -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-26 | brightness: debounce ddc changes | 2 * r + 2 * t | 1 | -0/+14 | |
| 2025-07-25 | ci: add flake update action (#267) | 2 * r + 2 * t | 2 | -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-23 | dcontent: create bluetooth panel | 2 * r + 2 * t | 9 | -3/+372 | |
| 2025-07-23 | internal: better styled switch | 2 * r + 2 * t | 1 | -16/+32 | |
| Add state layer + cursor change | |||||
| 2025-07-23 | internal: fix damn lsp overshadowing | 2 * r + 2 * t | 1 | -2/+2 | |
| 2025-07-23 | popouts: better tray menu focus handling | 2 * r + 2 * t | 4 | -24/+15 | |
| Don't hide on hover lost, use a focus grab instead | |||||
| 2025-07-23 | popouts: better bluetooth popout | 2 * r + 2 * t | 2 | -11/+212 | |
| 2025-07-23 | bar: ws indicator mask -> colouriser | 2 * r + 2 * t | 1 | -14/+3 | |
| 2025-07-23 | bar: fix bluetooth when off | Soramane | 2 | -2/+2 | |
| 2025-07-23 | nix/dev: remove logging rules from devshell | Soramane | 1 | -7/+0 | |
| No need for them anymore | |||||
| 2025-07-23 | nix: update flake inputs | Soramane | 1 | -10/+10 | |
| 2025-07-22 | filedialog: cache thumbnails | 2 * r + 2 * t | 3 | -4/+32 | |
| Much faster loading | |||||
| 2025-07-22 | internal: fix typo | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-07-22 | internal: remove unnecessary slice | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-07-22 | internal: even better visibilities multimon | 2 * r + 2 * t | 1 | -3/+3 | |
| 2025-07-22 | lock: better buttons | 2 * r + 2 * t | 2 | -24/+18 | |
| 2025-07-22 | internal: oop forgot to commit this | 2 * r + 2 * t | 1 | -1/+1 | |
| part of previous commit fix | |||||
| 2025-07-22 | internal: better visibilities multimon handling | 2 * r + 2 * t | 1 | -2/+7 | |
| 2025-07-22 | popouts: better bt loading icon | 2 * r + 2 * t | 2 | -16/+103 | |
| 2025-07-22 | filedialog: better icon filtering | 2 * r + 2 * t | 5 | -6/+17 | |
| Only thumbnail valid image types Also move wallpaper extensions into separate singleton in utils | |||||
| 2025-07-22 | filedialog: add scrollbar | 2 * r + 2 * t | 1 | -0/+3 | |
| 2025-07-22 | lock: show status on small screens | 2 * r + 2 * t | 2 | -92/+94 | |
| Hide notifs but show status | |||||
| 2025-07-22 | background: load not async | 2 * r + 2 * t | 1 | -1/+1 | |
| Fixes #235 | |||||
| 2025-07-22 | background: some fixes for desktop clock | 2 * r + 2 * t | 2 | -11/+14 | |
| Loader + use implicit width/height + move | |||||
| 2025-07-22 | feat: add a simple desktop clock (#238) | Kaj | 3 | -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-21 | icons: fix quoting issues | 2 * r + 2 * t | 1 | -3/+3 | |
| 2025-07-21 | nix: add jetbrains mono to deps (#234) | Soramane | 2 | -2/+3 | |
| temp until fonts are configurable | |||||
| 2025-07-21 | readme: add tip for beat detector manual install | 2 * r + 2 * t | 1 | -0/+5 | |
| 2025-07-20 | filedialog: fix when killing window | 2 * r + 2 * t | 1 | -0/+5 | |
| 2025-07-20 | internal: code style | 2 * r + 2 * t | 1 | -9/+8 | |
| 2025-07-20 | config: allow disabling background | 2 * r + 2 * t | 4 | -15/+30 | |
| Closes #208 | |||||
| 2025-07-20 | feat: add apple studio display brightness support (#214) | Gabriel Rinaldi | 1 | -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-20 | feat: better file dialog | 2 * r + 2 * t | 2 | -10/+10 | |
| 2025-07-20 | filedialog: loader | 2 * r + 2 * t | 2 | -39/+67 | |
| 2025-07-20 | filedialog: add filters and buttons | 2 * r + 2 * t | 4 | -5/+114 | |
| 2025-07-20 | filedialog: add current item | 2 * r + 2 * t | 2 | -0/+115 | |
| 2025-07-20 | filedialog: add empty text | 2 * r + 2 * t | 1 | -5/+39 | |
| 2025-07-20 | filedialog: add special icons for xdg dirs | 2 * r + 2 * t | 4 | -12/+29 | |
| 2025-07-20 | filedialog: add nav rail | 2 * r + 2 * t | 4 | -82/+244 | |
| 2025-07-20 | filedialog: styling tweaks | 2 * r + 2 * t | 2 | -78/+100 | |
| 2025-07-20 | utilities: hide for now as wip | 2 * r + 2 * t | 1 | -2/+2 | |
| Was causing confusion | |||||
| 2025-07-20 | filedialog: fix item size | 2 * r + 2 * t | 1 | -1/+4 | |
| 2025-07-20 | internal: remove unnecessary import | 2 * r + 2 * t | 1 | -1/+0 | |