summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [CI] chore: update flakegithub-actions2025-08-021-3/+3
|
* dashboard: fix player selector2 * r + 2 * t2025-08-014-21/+56
| | | | Fixes #320
* dcontent: add more spacing to expanded navrail2 * r + 2 * t2025-08-011-1/+1
|
* internal: loader extra clock components2 * r + 2 * t2025-07-312-12/+26
|
* dashboard: fix time spacing2 * r + 2 * t2025-07-311-2/+3
|
* dashboard: fix media player selector2 * r + 2 * t2025-07-311-1/+3
| | | | Disable when only one player
* dashboard: better media player selector2 * r + 2 * t2025-07-311-103/+73
|
* dcontent: minor style fix2 * r + 2 * t2025-07-311-2/+2
|
* dashboard: better play button2 * r + 2 * t2025-07-311-27/+63
|
* config: respect user locale for twelve hour clock & temperature (#290)Laurens Duin2025-07-316-55/+69
| | | | | | | | | | | | | | | | | | | | | * 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>
* config: allow configuring external audio programSoramane2025-07-303-1/+3
| | | | Closes #302
* [CI] chore: update flakegithub-actions2025-07-301-3/+3
|
* session: add optional vim-like keybinds (#291)Joel R.2025-07-293-0/+25
| | | Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* session: add custom session/lock menu button commands (#292)Joel R.2025-07-294-9/+23
| | | | | | | * session: add custom menu-buttons commands * lock: use custom session-menu buttons * readme: update config options for custom commands
* bar: fix kb layout2 * r + 2 * t2025-07-291-4/+2
| | | | Closes #295
* [CI] chore: update flakegithub-actions2025-07-291-3/+3
|
* popouts: unload when hidden2 * r + 2 * t2025-07-283-3/+3
|
* dcontent: style tweaks2 * r + 2 * t2025-07-281-1/+3
| | | | Shrink bt adapter selector button height slightly
* media: display hh:mm:ss2 * r + 2 * t2025-07-281-1/+8
| | | | Closes #287
* readme: add new config options2 * r + 2 * t2025-07-281-0/+7
|
* launcher: add optional vim-like keybinds (#282)Joel R.2025-07-283-0/+23
|
* bar: fix kb layout2 * r + 2 * t2025-07-281-1/+3
|
* [CI] chore: update flakegithub-actions2025-07-281-4/+4
|
* bar: add kb layout status icon2 * r + 2 * t2025-07-273-1/+31
| | | | Closes #280
* internal: fix busyindicator & switch2 * r + 2 * t2025-07-272-0/+2
| | | | Fix not rendering the internal shapes sometimes
* dashboard: fix uptime2 * r + 2 * t2025-07-271-2/+2
|
* icons: use heuristicLookup2 * r + 2 * t2025-07-271-15/+2
|
* internal: use configDir -> shellDir2 * r + 2 * t2025-07-271-1/+1
| | | | configDir is deprecated
* internal: better colouriser2 * r + 2 * t2025-07-271-0/+1
| | | | Set brightness so colourisation looks better
* dcontent: add discovery toggle to bt2 * r + 2 * t2025-07-271-8/+52
| | | | Also show number of devices
* dcontent: add adapter name editing2 * r + 2 * t2025-07-273-5/+187
| | | | Does not work for now as QS does not provide a way to edit adapter names (will be added soon™)
* dcontent: fix discoverable timeout spinbox2 * r + 2 * t2025-07-272-3/+3
|
* ci: run flake update daily instead of on push2 * r + 2 * t2025-07-271-3/+2
|
* brightness: fix2 * r + 2 * t2025-07-271-2/+7
|
* [CI] chore: update flakegithub-actions2025-07-261-4/+4
|
* brightness: fix for non ddc displays2 * r + 2 * t2025-07-261-1/+2
|
* dcontent: impl bt settings2 * r + 2 * t2025-07-269-12/+491
|
* dcontent: add bt pane2 * r + 2 * t2025-07-266-72/+323
|
* [CI] chore: update flakegithub-actions2025-07-261-7/+7
|
* dcontent: add panes2 * r + 2 * t2025-07-264-42/+142
|
* [CI] chore: update flakegithub-actions2025-07-261-4/+4
|
* dcontent: some tweaks2 * r + 2 * t2025-07-262-16/+10
|
* [CI] chore: update flakegithub-actions2025-07-261-4/+4
|
* interactions: disable when detached panel2 * r + 2 * t2025-07-261-0/+3
|
* dashboard: show on hover (for touch devices)Soramane2025-07-262-0/+10
|
* config: allow enable/disable panels2 * r + 2 * t2025-07-269-9/+11
| | | | Closes #240
* popouts: fix scan icon rotation2 * r + 2 * t2025-07-261-1/+7
|
* popouts: some fixes for network2 * r + 2 * t2025-07-261-2/+4
|
* config: enable/disable status icons (#243)Kaj2025-07-265-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>
* feat: improve network popout (#268)Nikhil Sharma2025-07-263-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>