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