Jake Stanger
a70956bb3b
feat: add new volume module
2024-03-04 19:53:02 +00:00
Jake Stanger
947c314b60
Merge pull request #484 from JakeStanger/dependabot/cargo/indexmap-2.2.5
...
build(deps): bump indexmap from 2.2.3 to 2.2.5
2024-03-04 15:39:29 +00:00
Jake Stanger
b6c4189db9
Merge pull request #483 from JakeStanger/dependabot/cargo/walkdir-2.5.0
...
build(deps): bump walkdir from 2.4.0 to 2.5.0
2024-03-04 15:39:12 +00:00
dependabot[bot]
4215478608
build(deps): bump indexmap from 2.2.3 to 2.2.5
...
Bumps [indexmap](https://github.com/indexmap-rs/indexmap ) from 2.2.3 to 2.2.5.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md )
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.3...2.2.5 )
---
updated-dependencies:
- dependency-name: indexmap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 14:58:09 +00:00
dependabot[bot]
07b2b6a4bb
build(deps): bump walkdir from 2.4.0 to 2.5.0
...
Bumps [walkdir](https://github.com/BurntSushi/walkdir ) from 2.4.0 to 2.5.0.
- [Commits](https://github.com/BurntSushi/walkdir/compare/2.4.0...2.5.0 )
---
updated-dependencies:
- dependency-name: walkdir
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 14:57:45 +00:00
Jake Stanger
c2e23d5654
Merge pull request #479 from JakeStanger/dependabot/cargo/cargo-security-group-b002983238
...
build(deps): bump the cargo group group with 4 updates
2024-03-02 23:44:44 +00:00
dependabot[bot]
0726393ab3
build(deps): bump the cargo group group with 4 updates
...
Bumps the cargo group group with 4 updates: [h2](https://github.com/hyperium/h2 ), [openssl](https://github.com/sfackler/rust-openssl ), [rustix](https://github.com/bytecodealliance/rustix ) and [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml ).
Updates `h2` from 0.3.17 to 0.3.24
- [Release notes](https://github.com/hyperium/h2/releases )
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md )
- [Commits](https://github.com/hyperium/h2/compare/v0.3.17...v0.3.24 )
Updates `openssl` from 0.10.50 to 0.10.64
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.50...openssl-v0.10.64 )
Updates `rustix` from 0.37.11 to 0.37.27
- [Release notes](https://github.com/bytecodealliance/rustix/releases )
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.11...v0.37.27 )
Updates `unsafe-libyaml` from 0.2.8 to 0.2.10
- [Release notes](https://github.com/dtolnay/unsafe-libyaml/releases )
- [Commits](https://github.com/dtolnay/unsafe-libyaml/compare/0.2.8...0.2.10 )
---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
dependency-group: cargo-security-group
- dependency-name: openssl
dependency-type: indirect
dependency-group: cargo-security-group
- dependency-name: rustix
dependency-type: indirect
dependency-group: cargo-security-group
- dependency-name: unsafe-libyaml
dependency-type: indirect
dependency-group: cargo-security-group
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-02 23:28:51 +00:00
Jake Stanger
3df01ea93a
Merge pull request #478 from JakeStanger/update_flake_lock_action
...
Update flake.lock
2024-03-01 10:51:41 +00:00
github-actions[bot]
9558938152
flake.lock: Update
...
Flake lock file updates:
• Updated input 'crane':
'github:ipetkov/crane/c798790eabec3e3da48190ae3698ac227aab770c' (2024-01-28)
→ 'github:ipetkov/crane/2c94ff9a6fbeb9f3ea0107f28688edbe9c81deaa' (2024-02-24)
• Updated input 'naersk/nixpkgs':
'github:NixOS/nixpkgs/5ad9903c16126a7d949101687af0aa589b1d7d3d' (2024-01-31)
→ 'github:NixOS/nixpkgs/ebe6e807793e7c9cc59cf81225fdee1a03413811' (2024-02-29)
• Updated input 'nixpkgs':
'github:nixos/nixpkgs/97b17f32362e475016f942bbdfda4a4a72a8a652' (2024-01-29)
→ 'github:nixos/nixpkgs/9099616b93301d5cf84274b184a3a5ec69e94e08' (2024-02-28)
• Updated input 'rust-overlay':
'github:oxalica/rust-overlay/2c993daf3136c6955fd13bfe215d0d4faf6090f1' (2024-01-31)
→ 'github:oxalica/rust-overlay/72fa0217f76020ad3aeb2dd9dd72490905b23b6f' (2024-02-29)
2024-03-01 00:54:00 +00:00
Jake Stanger
149b57a737
Merge pull request #476 from slowsage/spotify-wayland-icon
...
feat(launcher): item.name as fallback for app icon
2024-02-27 20:20:23 +00:00
slowsage
f2638497fa
fix(launcher): not resolving icon for some apps
...
When using spotify in wayland with hyprland, the spotify icon is not
pulled up correctly by the launcher module.
The class/app_id is "" while the name/title is "Spotify Premium". This
uses item.name as a fallback which ensure spotify icon shows up
correctly under wayland.
Refs: #228 , #146
2024-02-27 20:11:14 +00:00
Jake Stanger
d29d4fde8c
Merge pull request #475 from JakeStanger/dependabot/cargo/serde-1.0.197
...
build(deps): bump serde from 1.0.196 to 1.0.197
2024-02-26 22:37:52 +00:00
Jake Stanger
c6e1f9a50c
Merge pull request #473 from JakeStanger/dependabot/cargo/serde_json-1.0.114
...
build(deps): bump serde_json from 1.0.113 to 1.0.114
2024-02-26 22:33:57 +00:00
Jake Stanger
dae955f4b3
Merge pull request #472 from JakeStanger/dependabot/cargo/zbus-3.15.2
...
build(deps): bump zbus from 3.15.0 to 3.15.2
2024-02-26 22:33:14 +00:00
dependabot[bot]
232c56e411
build(deps): bump serde from 1.0.196 to 1.0.197
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.196 to 1.0.197.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.196...v1.0.197 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 14:37:18 +00:00
dependabot[bot]
43d1ae528d
build(deps): bump serde_json from 1.0.113 to 1.0.114
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.113 to 1.0.114.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.113...v1.0.114 )
---
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-02-26 14:37:00 +00:00
dependabot[bot]
5134534346
build(deps): bump zbus from 3.15.0 to 3.15.2
...
Bumps [zbus](https://github.com/dbus2/zbus ) from 3.15.0 to 3.15.2.
- [Release notes](https://github.com/dbus2/zbus/releases )
- [Commits](https://github.com/dbus2/zbus/compare/zbus-3.15.0...zbus-3.15.2 )
---
updated-dependencies:
- dependency-name: zbus
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 14:36:50 +00:00
Jake Stanger
39cb35b59d
Merge pull request #471 from JakeStanger/ci/build-changes
...
Rewrite CI build workflow
2024-02-25 21:43:19 +00:00
Jake Stanger
163a70e690
docs(readme): update nix caching info
2024-02-25 21:36:27 +00:00
Jake Stanger
02fd889044
ci: rewrite build workflow
2024-02-25 21:36:27 +00:00
Jake Stanger
18e8244580
Merge pull request #461 from JakeStanger/dependabot/cargo/clap-4.5.1
...
build(deps): bump clap from 4.5.0 to 4.5.1
2024-02-19 15:16:24 +00:00
dependabot[bot]
91c9556bb2
build(deps): bump clap from 4.5.0 to 4.5.1
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.0...clap_complete-v4.5.1 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 14:07:29 +00:00
Jake Stanger
180a5205b9
Merge pull request #459 from JakeStanger/fix/popup-resize
...
fix(popup): re-position on resize due to content change
2024-02-18 15:36:52 +00:00
Jake Stanger
a10466e7e9
fix(popup): re-position on resize due to content change
2024-02-18 14:57:33 +00:00
Jake Stanger
a55ba8c523
refactor: rename get_orientation
method to orientation
2024-02-18 14:57:29 +00:00
Jake Stanger
0cc1f79be0
Merge pull request #458 from JakeStanger/fix/clipboard-xwayland
...
fix(clipboard): unable to paste large images into xwayland
2024-02-18 00:48:25 +00:00
Jake Stanger
6fe9c54134
fix(clipboard): unable to paste large images into xwayland
...
Thanks to a nightly clippy warning which found I wasn't using `file.write` correctly.
Fixes #86 .
2024-02-18 00:41:16 +00:00
Jake Stanger
31505c7140
Merge pull request #449 from calops/vertical-tray
...
Add `direction` option for tray module
2024-02-17 01:46:45 +00:00
Rémi Labeyrie
b037a55fb7
feat(tray): add direction
option
2024-02-17 00:33:10 +01:00
Jake Stanger
7f3663a3ba
Merge pull request #454 from JakeStanger/fix/logging
...
fix(logging): log file growing indefinitely
2024-02-14 21:26:54 +00:00
Jake Stanger
e26e213c4e
docs(readme): improve info about logging
2024-02-14 21:17:03 +00:00
Jake Stanger
f68d95a740
fix(logging): log file growing indefinitely
...
Log files are now created on a daily rotation, keeping 3 days worth of logs. This also changes the log file names.
Fixes #453
2024-02-14 21:16:53 +00:00
Jake Stanger
584300afd4
Merge pull request #450 from Disr0/fix_upower_docs
...
docs: correct formatting token time_remaining in upower module
2024-02-13 17:00:54 +00:00
Disr0
62eafe22b3
docs: correct formatting tokens in upower
2024-02-13 10:47:30 +07:00
Jake Stanger
f5f6b377a1
Merge pull request #441 from Disr0/fix_formatting_in_upower
...
feat(upower): add new formatting properties
2024-02-12 23:14:20 +00:00
Disr0
76a68165f0
feat(upower): add new formatting properties
2024-02-12 23:05:31 +00:00
Jake Stanger
d2adecb935
Merge pull request #448 from JakeStanger/dependabot/cargo/clap-4.5.0
...
build(deps): bump clap from 4.4.18 to 4.5.0
2024-02-12 21:46:03 +00:00
Jake Stanger
6286907da9
Merge pull request #447 from JakeStanger/dependabot/cargo/serde_json-1.0.113
...
build(deps): bump serde_json from 1.0.111 to 1.0.113
2024-02-12 21:45:51 +00:00
Jake Stanger
fb4dd4d06a
Merge pull request #446 from JakeStanger/dependabot/cargo/indexmap-2.2.3
...
build(deps): bump indexmap from 2.2.1 to 2.2.3
2024-02-12 21:45:16 +00:00
Jake Stanger
8a0c78b3cf
Merge pull request #445 from JakeStanger/dependabot/cargo/chrono-0.4.34
...
build(deps): bump chrono from 0.4.31 to 0.4.34
2024-02-12 21:44:42 +00:00
Jake Stanger
4bd3eb422d
Merge pull request #444 from JakeStanger/dependabot/cargo/smithay-client-toolkit-0.18.1
...
build(deps): bump smithay-client-toolkit from 0.18.0 to 0.18.1
2024-02-12 21:44:10 +00:00
dependabot[bot]
89f92e6cc5
build(deps): bump clap from 4.4.18 to 4.5.0
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.18 to 4.5.0.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.18...clap_complete-v4.5.0 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 14:05:30 +00:00
dependabot[bot]
4643a871f0
build(deps): bump serde_json from 1.0.111 to 1.0.113
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.111 to 1.0.113.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.111...v1.0.113 )
---
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-02-12 14:05:16 +00:00
dependabot[bot]
3206dd5c54
build(deps): bump indexmap from 2.2.1 to 2.2.3
...
Bumps [indexmap](https://github.com/indexmap-rs/indexmap ) from 2.2.1 to 2.2.3.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md )
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.1...2.2.3 )
---
updated-dependencies:
- dependency-name: indexmap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 14:05:06 +00:00
dependabot[bot]
db2eb125b4
build(deps): bump chrono from 0.4.31 to 0.4.34
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.31 to 0.4.34.
- [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.31...v0.4.34 )
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 14:04:57 +00:00
dependabot[bot]
bb3e03a169
build(deps): bump smithay-client-toolkit from 0.18.0 to 0.18.1
...
Bumps [smithay-client-toolkit](https://github.com/smithay/client-toolkit ) from 0.18.0 to 0.18.1.
- [Changelog](https://github.com/Smithay/client-toolkit/blob/v0.18.1/CHANGELOG.md )
- [Commits](https://github.com/smithay/client-toolkit/compare/v0.18.0...v0.18.1 )
---
updated-dependencies:
- dependency-name: smithay-client-toolkit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 14:04:47 +00:00
Jake Stanger
6595674af2
chore: bump version to 0.15.0-pre
2024-02-10 20:56:56 +00:00
Jake Stanger
1dcf6a0d28
Merge pull request #439 from Dridus/rmm/clock-label-markup
...
feat: enable use of markup in clock module formats
2024-02-10 20:55:52 +00:00
JakeStanger
f9ea49db47
docs: update CHANGELOG.md for v0.14.1 [skip ci]
2024-02-10 20:53:32 +00:00
Jake Stanger
bce8122bb9
chore(release): v0.14.1
2024-02-10 20:45:34 +00:00