slowsage
609dab5822
ci(binary): Trigger workflow on workflow_run, workflow_dispatch
...
Fixes workflow not triggering for automatically generated releases
PR: #561
2024-04-29 10:11:31 +01:00
47b6c47724
docs(compiling): add lua deps
2024-04-28 23:20:11 +01:00
bba0e86a79
chore: add maintainer note to changelog
2024-04-28 22:43:42 +01:00
5c6a48ad49
chore: cleanup changelog
2024-04-28 22:42:15 +01:00
JakeStanger
5bb8079dff
docs: update CHANGELOG.md for v0.15.0 [skip ci]
2024-04-28 21:37:14 +00:00
b4b8987594
chore(release): v0.15.0
2024-04-28 22:34:24 +01:00
SerraPi
d03c752f9a
feat(launcher): option to reverse order
...
* Add reverse order for launcher items/favorites
* Add lanucher reverse order to docs
* Add example configs for json,toml,yaml,corn
---------
Co-authored-by: SerraPi <serrapm2@gmail.com>
2024-04-28 22:33:20 +01:00
782b9554a2
docs: fix issues with several more toml examples
2024-04-24 21:42:25 +01:00
ea2b20816d
fix(focused): incorrectly clearing when unfocused window title changes ( #556 )
...
Fixes #544
2024-04-24 21:29:44 +01:00
Nadia
dffb3e5d54
docs(workspaces): fix typo that results in a non working config
2024-04-24 20:55:21 +01:00
Robert Nelson
188abc33e9
fix(tray): icon colour channels are being incorrectly rendered
...
Converts from ARGB32 to RGBA32 formats when rendering tray Pixmaps
Fixes #546
2024-04-24 20:52:17 +01:00
4854a5cf2b
Merge pull request #552 from JakeStanger/dependabot/cargo/reqwest-0.12.4
...
build(deps): bump reqwest from 0.12.3 to 0.12.4
2024-04-23 18:53:30 +01:00
dependabot[bot]
7991039394
build(deps): bump reqwest from 0.12.3 to 0.12.4
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.12.3 to 0.12.4.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.3...v0.12.4 )
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 22:31:36 +00:00
7e22ec8fb4
Merge pull request #550 from JakeStanger/dependabot/cargo/serde_json-1.0.116
...
build(deps): bump serde_json from 1.0.115 to 1.0.116
2024-04-22 23:30:51 +01:00
120ee3ab35
Merge pull request #549 from JakeStanger/dependabot/cargo/serde-1.0.198
...
build(deps): bump serde from 1.0.197 to 1.0.198
2024-04-22 22:13:07 +01:00
d7a6ce0e32
Merge pull request #548 from JakeStanger/dependabot/cargo/mlua-0.9.7
...
build(deps): bump mlua from 0.9.6 to 0.9.7
2024-04-22 22:12:54 +01:00
dependabot[bot]
77d665b47f
build(deps): bump serde_json from 1.0.115 to 1.0.116
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.115 to 1.0.116.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.115...v1.0.116 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 14:43:23 +00:00
dependabot[bot]
b6a8561011
build(deps): bump serde from 1.0.197 to 1.0.198
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.197 to 1.0.198.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.197...v1.0.198 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 14:43:12 +00:00
dependabot[bot]
a0c7a0fba1
build(deps): bump mlua from 0.9.6 to 0.9.7
...
Bumps [mlua](https://github.com/khvzak/mlua ) from 0.9.6 to 0.9.7.
- [Release notes](https://github.com/khvzak/mlua/releases )
- [Changelog](https://github.com/mlua-rs/mlua/blob/master/CHANGELOG.md )
- [Commits](https://github.com/khvzak/mlua/compare/v0.9.6...v0.9.7 )
---
updated-dependencies:
- dependency-name: mlua
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 14:43:01 +00:00
f4e1e81da6
Merge pull request #545 from JakeStanger/build/nix/refactor
...
Nix refactor
2024-04-17 22:10:17 +01:00
ee1ade0f34
build(nix): do not include unused inputs when using feature subset
2024-04-17 22:04:43 +01:00
314bfe7abe
refactor(nix): simplify flake
2024-04-17 22:04:19 +01:00
80f16c5037
style(nix): format
2024-04-17 21:46:25 +01:00
a86f8b5d50
build(nix): update substituters to use garnix cache
2024-04-17 21:38:51 +01:00
e6f7108862
Merge pull request #497 from JakeStanger/feat/cairo
...
feat: new cairo module
2024-04-17 20:49:59 +01:00
a62010ee4f
build(nix): add luajit and lgi support
2024-04-17 20:35:35 +01:00
653d1d6aed
ci(setup): add luajit dep
2024-04-17 20:35:35 +01:00
b0a05b7cda
feat: new cairo module
...
Resolves #105
Co-authored-by: A-Cloud-Ninja <5809177+A-Cloud-Ninja@users.noreply.github.com>
2024-04-17 20:35:35 +01:00
pinkcreeper100
96e1b0d805
build(nix): add river session target to systemd service
2024-04-17 20:07:57 +01:00
3fea6e3254
Merge pull request #542 from JakeStanger/dependabot/cargo/chrono-0.4.38
...
build(deps): bump chrono from 0.4.37 to 0.4.38
2024-04-15 22:56:58 +01:00
dependabot[bot]
d81fe488a7
build(deps): bump chrono from 0.4.37 to 0.4.38
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.37 to 0.4.38.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.37...v0.4.38 )
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 14:08:07 +00:00
fb7f0aae32
docs(examples) add custom weather example
2024-04-14 01:10:45 +01:00
88840b8391
Merge pull request #539 from JakeStanger/feat/ipc-list
...
feat(ipc): ironvar list command
2024-04-13 23:33:20 +01:00
cfaba87f2f
feat(ipc): ironvar list command
2024-04-13 23:08:45 +01:00
7e7b3039eb
chore(intellij): update run files
2024-04-13 21:27:45 +01:00
7b089495ad
build: remove some unused features/deps
2024-04-10 22:21:33 +01:00
edf20b6a66
Merge pull request #536 from JakeStanger/dependabot/cargo/reqwest-0.12.3
...
build(deps): bump reqwest from 0.12.2 to 0.12.3
2024-04-08 19:48:00 +01:00
dependabot[bot]
b07900d6bd
build(deps): bump reqwest from 0.12.2 to 0.12.3
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.12.2 to 0.12.3.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.2...v0.12.3 )
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 14:37:51 +00:00
693f4074ae
build(fix): fix flake missing gkt-launch
2024-04-06 19:34:29 +01:00
9a71c693ff
Merge pull request #530 from ClaireNeveu/master
...
feat: Add orientation support for clock, button, label, and sys_info
2024-04-06 17:21:02 +01:00
Claire Neveu
f50a65eab5
fix: upower module should display correctly for vertical bars
2024-04-06 12:05:28 -04:00
Claire Neveu
dcb5036964
chore: add test config file
2024-04-06 12:05:11 -04:00
Claire Neveu
44be58594b
feat: Add orientation and direction support for sys info
2024-04-06 12:05:04 -04:00
Claire Neveu
70b2c592b2
feat: Add orientation support for custom label and button
2024-04-06 12:03:43 -04:00
Claire Neveu
702b0a63bf
feat: Add orientation support for clock
2024-04-06 12:03:15 -04:00
4a3bca1f5f
Merge pull request #531 from JakeStanger/dependabot/cargo/h2-0.4.4
...
build(deps): bump h2 from 0.4.3 to 0.4.4
2024-04-05 18:48:33 +01:00
dependabot[bot]
07e3ecfb9f
build(deps): bump h2 from 0.4.3 to 0.4.4
...
Bumps [h2](https://github.com/hyperium/h2 ) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/hyperium/h2/releases )
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/h2/compare/v0.4.3...v0.4.4 )
---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 15:10:13 +00:00
751bb7b95e
Merge pull request #529 from JakeStanger/build/remove-features
...
build: remove some unused features/deps
2024-04-02 20:30:47 +01:00
26ffed7b40
build: remove some unused features/deps
2024-04-02 20:12:09 +01:00
9245188af7
refactor: better error handling for client initialization
2024-04-01 16:34:25 +01:00