Commit Graph

985 Commits

Author SHA1 Message Date
JakeStanger
c25440cd32 docs: update CHANGELOG.md for v0.15.1 [skip ci] 2024-05-05 11:29:44 +00:00
Jake Stanger
3a1c604423 chore(release): v0.15.1 2024-05-05 12:27:31 +01:00
Jake Stanger
3a947d1e14 chore: remove println 2024-05-04 17:14:39 +01:00
Jake Stanger
d5e493ec8d chore: regen lockfile
Resolves #569
2024-05-04 15:00:42 +01:00
Nadia
f7a39ddecc
build: update hyprland-rs to 0.4.0-alpha.1
(#565) 

this does have some breaking changes in it so it could have other
side effects.
2024-05-03 21:39:09 +01:00
Jake Stanger
78fcd44c1a
chore: bump version to 0.15.1-pre 2024-05-03 21:38:07 +01:00
drendog
1971f3bb1e
docs(volume): update deprecated volume token (#567) 2024-05-01 21:37:56 +01:00
Jake Stanger
57de8c3ea4
Merge pull request #566 from JakeStanger/update_flake_lock_action
Update flake.lock
2024-05-01 08:22:10 +01:00
github-actions[bot]
b846ea0b84 flake.lock: Update
Flake lock file updates:

• Updated input 'crane':
    'github:ipetkov/crane/ada0fb4dcce4561acb1eb17c59b7306d9d4a95f3?narHash=sha256-LEg6/dmEFxx6Ygti5DO9MOhGNpyB7zdxdWtzv/FCTXk%3D' (2024-03-29)
  → 'github:ipetkov/crane/a5eca68a2cf11adb32787fc141cddd29ac8eb79c?narHash=sha256-apdecPuh8SOQnkEET/kW/UcfjCRb8JbV5BKjoH%2BDcP4%3D' (2024-04-24)
• Updated input 'naersk':
    'github:nix-community/naersk/aeb58d5e8faead8980a807c840232697982d47b9?narHash=sha256-/TdeHMPRjjdJub7p7%2Bw55vyABrsJlt5QkznPYy55vKA%3D' (2023-10-27)
  → 'github:nix-community/naersk/c5037590290c6c7dae2e42e7da1e247e54ed2d49?narHash=sha256-CO8MmVDmqZX2FovL75pu5BvwhW%2BVugc7Q6ze7Hj8heI%3D' (2024-04-19)
• Updated input 'naersk/nixpkgs':
    'github:NixOS/nixpkgs/807c549feabce7eddbf259dbdcec9e0600a0660d?narHash=sha256-9slQ609YqT9bT/MNX9%2B5k5jltL9zgpn36DpFB7TkttM%3D' (2024-03-29)
  → 'github:NixOS/nixpkgs/cf8cc1201be8bc71b7cbbbdaf349b22f4f99c7ae?narHash=sha256-yNAevSKF4krRWacmLUsLK7D7PlfuY3zF0lYnGYNi9vQ%3D' (2024-04-28)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/d8fe5e6c92d0d190646fb9f1056741a229980089?narHash=sha256-iMUFArF0WCatKK6RzfUJknjem0H9m4KgorO/p3Dopkk%3D' (2024-03-29)
  → 'github:nixos/nixpkgs/58a1abdbae3217ca6b702f03d3b35125d88a2994?narHash=sha256-mdTQw2XlariysyScCv2tTE45QSU9v/ezLcHJ22f0Nxc%3D' (2024-04-27)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/f258266af947599e8069df1c2e933189270f143a?narHash=sha256-EJ03x3N9ihhonAttkaCrqxb0djDq3URCuDpmVPbNZhA%3D' (2024-03-31)
  → 'github:oxalica/rust-overlay/ce35c36f58f82cee6ec959e0d44c587d64281b6f?narHash=sha256-lKTA3XqRo4aVgkyTSCtpcALpGXdmkilHTtN00eRg0QU%3D' (2024-04-30)
2024-05-01 00:55:38 +00:00
Jake Stanger
d2ea260569
Merge pull request #563 from JakeStanger/dependabot/cargo/serde-1.0.199
build(deps): bump serde from 1.0.198 to 1.0.199
2024-04-30 20:03:55 +01:00
Jake Stanger
ba4bb40877
Merge pull request #564 from slowsage/fix/workflow_run_name
ci(binary): use release tag instead of github.ref_name
2024-04-30 12:37:05 +01:00
slowsage
5cc060c988 ci(binary): use release tag instead of github.ref_name 2024-04-29 10:17:46 -04:00
dependabot[bot]
acbca9462c
build(deps): bump serde from 1.0.198 to 1.0.199
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.198 to 1.0.199.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.198...v1.0.199)

---
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-29 14:08:10 +00:00
Jake Stanger
d37547e046
chore: fix changelog formatting 2024-04-29 11:14:34 +01:00
Jake Stanger
ac89dc5a02
chore: add missing v0.15.0 entries to changelog
Sorry to everybody who got missed last night
2024-04-29 10:57:28 +01:00
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
Jake Stanger
47b6c47724
docs(compiling): add lua deps 2024-04-28 23:20:11 +01:00
Jake Stanger
bba0e86a79
chore: add maintainer note to changelog 2024-04-28 22:43:42 +01:00
Jake Stanger
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
Jake Stanger
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
Jake Stanger
782b9554a2
docs: fix issues with several more toml examples 2024-04-24 21:42:25 +01:00
Jake Stanger
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
Jake Stanger
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
Jake Stanger
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
Jake Stanger
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
Jake Stanger
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
Jake Stanger
f4e1e81da6
Merge pull request #545 from JakeStanger/build/nix/refactor
Nix refactor
2024-04-17 22:10:17 +01:00
Jake Stanger
ee1ade0f34
build(nix): do not include unused inputs when using feature subset 2024-04-17 22:04:43 +01:00
Jake Stanger
314bfe7abe
refactor(nix): simplify flake 2024-04-17 22:04:19 +01:00
Jake Stanger
80f16c5037
style(nix): format 2024-04-17 21:46:25 +01:00
Jake Stanger
a86f8b5d50
build(nix): update substituters to use garnix cache 2024-04-17 21:38:51 +01:00
Jake Stanger
e6f7108862
Merge pull request #497 from JakeStanger/feat/cairo
feat: new cairo module
2024-04-17 20:49:59 +01:00
Jake Stanger
a62010ee4f
build(nix): add luajit and lgi support 2024-04-17 20:35:35 +01:00
Jake Stanger
653d1d6aed
ci(setup): add luajit dep 2024-04-17 20:35:35 +01:00
Jake Stanger
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
Jake Stanger
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
Jake Stanger
fb7f0aae32
docs(examples) add custom weather example 2024-04-14 01:10:45 +01:00
Jake Stanger
88840b8391
Merge pull request #539 from JakeStanger/feat/ipc-list
feat(ipc): ironvar list command
2024-04-13 23:33:20 +01:00
Jake Stanger
cfaba87f2f
feat(ipc): ironvar list command 2024-04-13 23:08:45 +01:00
Jake Stanger
7e7b3039eb
chore(intellij): update run files 2024-04-13 21:27:45 +01:00