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
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
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
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
39cb35b59d
Merge pull request #471 from JakeStanger/ci/build-changes
...
Rewrite CI build workflow
2024-02-25 21:43:19 +00:00
163a70e690
docs(readme): update nix caching info
2024-02-25 21:36:27 +00:00
02fd889044
ci: rewrite build workflow
2024-02-25 21:36:27 +00:00
c62d47555e
fix(tray): submenus not working
...
Fixes a regression from previous tray fixes that caused submenus within
the main tray menu to never show.
Fixes #455
2024-02-25 20:57:36 +00:00
0675b917f2
fix(tray): icons ignoring scaling
2024-02-25 20:57:36 +00:00
72440e69c9
feat(tray): icon size setting
2024-02-25 17:13:28 +00:00
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
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
a10466e7e9
fix(popup): re-position on resize due to content change
2024-02-18 14:57:33 +00:00
a55ba8c523
refactor: rename get_orientation
method to orientation
2024-02-18 14:57:29 +00:00
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
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
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
7f3663a3ba
Merge pull request #454 from JakeStanger/fix/logging
...
fix(logging): log file growing indefinitely
2024-02-14 21:26:54 +00:00
e26e213c4e
docs(readme): improve info about logging
2024-02-14 21:17:03 +00:00
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
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
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
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
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
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
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
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
6595674af2
chore: bump version to 0.15.0-pre
2024-02-10 20:56:56 +00:00
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
bce8122bb9
chore(release): v0.14.1
2024-02-10 20:45:34 +00:00
Ross MacLeod
f4384b6252
feat: enable use of markup in clock module format and format_popup, and update documentation to reflect supporting Pango markup in both
2024-02-08 23:33:32 -05:00
d981265dac
Merge pull request #437 from JakeStanger/dependabot/cargo/zbus-3.15.0
...
build(deps): bump zbus from 3.14.1 to 3.15.0
2024-02-06 19:55:28 +00:00
c7afe075b2
Merge pull request #438 from JakeStanger/dependabot/cargo/hyprland-0.3.13
...
build(deps): bump hyprland from 0.3.12 to 0.3.13
2024-02-06 19:55:20 +00:00
45848cb884
Merge pull request #436 from JakeStanger/dependabot/cargo/tokio-1.36.0
...
build(deps): bump tokio from 1.35.1 to 1.36.0
2024-02-06 19:53:09 +00:00
060a136fe9
Merge pull request #435 from JakeStanger/dependabot/cargo/reqwest-0.11.24
...
build(deps): bump reqwest from 0.11.23 to 0.11.24
2024-02-06 19:52:35 +00:00
dependabot[bot]
451ded869f
build(deps): bump hyprland from 0.3.12 to 0.3.13
...
Bumps [hyprland](https://github.com/hyprland-community/hyprland-rs ) from 0.3.12 to 0.3.13.
- [Release notes](https://github.com/hyprland-community/hyprland-rs/releases )
- [Commits](https://github.com/hyprland-community/hyprland-rs/compare/0.3.12...0.3.13 )
---
updated-dependencies:
- dependency-name: hyprland
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 14:21:09 +00:00
dependabot[bot]
4880de219b
build(deps): bump zbus from 3.14.1 to 3.15.0
...
Bumps [zbus](https://github.com/dbus2/zbus ) from 3.14.1 to 3.15.0.
- [Release notes](https://github.com/dbus2/zbus/releases )
- [Commits](https://github.com/dbus2/zbus/compare/zbus-3.14.1...zbus-3.15.0 )
---
updated-dependencies:
- dependency-name: zbus
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 14:20:52 +00:00