| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-08-23 | bar: add idle inhibitor (#459) | Davi Ribeiro | 2 | -0/+39 | |
| * bar: add idle inhibitor * bar: change idle inhibitor button color * nix: link external scripts instead of install * services/idleinhibitor: add IPC handler * better styling * move cpp scripts to assets/cpp --------- Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-08-19 | bar: add kblayout popout | 2 * r + 2 * t | 3 | -4/+13 | |
| 2025-08-16 | bar/workspaces: better scroll | 2 * r + 2 * t | 2 | -5/+13 | |
| 2025-08-16 | bar/workspaces: add special ws overlay | 2 * r + 2 * t | 2 | -28/+465 | |
| 2025-08-16 | bar/workspaces: refactor | 2 * r + 2 * t | 6 | -103/+77 | |
| 2025-08-15 | internal: static bar width | 2 * r + 2 * t | 4 | -10/+11 | |
| 2025-08-14 | internal: better loading indicator | 2 * r + 2 * t | 2 | -22/+4 | |
| Abstract circular progress into own component | |||||
| 2025-08-14 | config: add config for bar tray recolour & bg | 2 * r + 2 * t | 2 | -8/+16 | |
| Closes #337 | |||||
| 2025-08-14 | internal: better colourisation | 2 * r + 2 * t | 2 | -8/+4 | |
| 2025-08-13 | internal: use icon os logo instead of nerd font | 2 * r + 2 * t | 1 | -6/+10 | |
| Add caelestia logo to use as fallback os logo Add recolour lock fetch logo option | |||||
| 2025-08-13 | lock/fetch: hide user when bat and smol | 2 * r + 2 * t | 1 | -1/+0 | |
| 2025-08-13 | bar: per-monitor workspaces option (#394) | anders130 | 4 | -7/+15 | |
| NOTE: option is true by default, which is a breaking change * feat(bar): add per-monitor workspace state * fix(bar): correct active workspace indicator * feat(bar): make per-monitor workspaces toggleable * fixes * more fixes * perMonitorWorkspaces default true + add to readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-08-13 | bar: allow hiding items and reordering (#379) | Laurens Duin | 6 | -286/+281 | |
| * feat: reorder bar, no popout yet * chore: cleanup * refactor: use DelegateChooser * feat: popouts * chore: cleanup * better popout check + fix async stuff + bar interaction + a bunch of other fixes * fix activewindow and bar vertical padding * readme: add config opt * bar: fix top/bottom padding * bar: better wheel behaviour --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-08-11 | lock: add fetch + refactor os info | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-08-10 | internal: more colour fixes | 2 * r + 2 * t | 2 | -2/+2 | |
| :woe: | |||||
| 2025-08-09 | bar: better scroll actions | 2 * r + 2 * t | 2 | -32/+2 | |
| Also fix workspaces interaction area | |||||
| 2025-08-09 | bar: add min padding | 2 * r + 2 * t | 1 | -1/+1 | |
| For when smol border thickness | |||||
| 2025-08-08 | internal: fix more colours | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-08-08 | internal: transparency support coming soon™ | 2 * r + 2 * t | 5 | -7/+7 | |
| Also fix media player selector text colour Fix colour preview not resetting light/dark mode | |||||
| 2025-08-07 | controlcenter: add floating mode | 2 * r + 2 * t | 1 | -0/+4 | |
| Closes #363 | |||||
| 2025-08-05 | config: add audio increment option | 2 * r + 2 * t | 2 | -4/+4 | |
| 2025-08-05 | internal: rename dcontent -> controlcenter | 2 * r + 2 * t | 1 | -4/+2 | |
| 2025-08-05 | internal: position slider handle correctly | 2 * r + 2 * t | 1 | -2/+2 | |
| Also better labels for audio popout | |||||
| 2025-08-05 | popouts/audio: scroll volume slider | 2 * r + 2 * t | 1 | -11/+24 | |
| Also more spacing | |||||
| 2025-08-05 | bar/popouts: add audio device switcher (#319) | Laurens Duin | 2 | -33/+114 | |
| * feat: basic audio switcher * feat: replace VerticalSlider with StyledSlider * fix: styling * fix: formatting * chore: make sound icons consistent, change slider styling * feat: styled slider component variants * chore: cleanup * chore: cleanup * fix: pr fixes * fix: remove redundant code * chore: remove old code * fix: controls styling * fixes * more tweaks * radiobtn: add interaction stuff Anim slider --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-08-04 | internal: refactor widgets folder | 2 * r + 2 * t | 16 | -16/+21 | |
| Split into subdirs and rename to components | |||||
| 2025-08-04 | dashboard: fix tab desync | 2 * r + 2 * t | 1 | -2/+0 | |
| Fixes #324 | |||||
| 2025-08-03 | dcontent: impl rest of bt device settings | 2 * r + 2 * t | 1 | -1/+0 | |
| 2025-08-02 | config: add apps config | 2 * r + 2 * t | 1 | -1/+1 | |
| Closes #318 and #305 | |||||
| 2025-08-02 | bar: add bluetooth connected icon state (#311) | Laurens Duin | 1 | -1/+7 | |
| * feat: add bluetooth connected icon state * fix: improve connected check * chore: cleanup * format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-07-31 | config: respect user locale for twelve hour clock & temperature (#290) | Laurens Duin | 1 | -1/+1 | |
| * bar: add 12h clock option * feat: allow custom format config * feat: 12h clock based on locale with config * chore: cleanup * fix: PR comments, add automatic fahrenheit * fix: formatting * dashboard: fix up date time * lock: better 12h clock --------- Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-07-30 | config: allow configuring external audio program | Soramane | 1 | -1/+1 | |
| Closes #302 | |||||
| 2025-07-28 | popouts: unload when hidden | 2 * r + 2 * t | 3 | -3/+3 | |
| 2025-07-27 | bar: add kb layout status icon | 2 * r + 2 * t | 1 | -0/+17 | |
| Closes #280 | |||||
| 2025-07-26 | dcontent: add bt pane | 2 * r + 2 * t | 1 | -1/+1 | |
| 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 | 4 | -97/+207 | |
| * 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 | 1 | -6/+213 | |
| * 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-23 | dcontent: create bluetooth panel | 2 * r + 2 * t | 4 | -3/+63 | |
| 2025-07-23 | popouts: better tray menu focus handling | 2 * r + 2 * t | 3 | -13/+11 | |
| Don't hide on hover lost, use a focus grab instead | |||||
| 2025-07-23 | popouts: better bluetooth popout | 2 * r + 2 * t | 1 | -11/+70 | |
| 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-22 | popouts: better bt loading icon | 2 * r + 2 * t | 1 | -16/+14 | |
| 2025-07-19 | internal: clean up tray item | 2 * r + 2 * t | 1 | -10/+2 | |
| 2025-07-16 | bluetooth: use qs bluetooth | Soramane | 2 | -19/+155 | |
| 2025-07-16 | internal: use new qs imports | Soramane | 21 | -62/+62 | |
| 2025-07-10 | bar: some internal fixes | 2 * r + 2 * t | 1 | -3/+3 | |
| 2025-07-10 | feat: non persistent bar option | 2 * r + 2 * t | 2 | -1/+79 | |