1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-20 11:54:23 +02:00
Commit graph

1045 commits

Author SHA1 Message Date
706e040e25
refactor: split bar/top-level config structs
This allows for some options which are not actually bar-level to be separated, which makes some work moving forward a little easier and keeps things cleaner.
2024-03-29 21:54:04 +00:00
4aab6d5061
Merge pull request #514 from JakeStanger/fix/tray-right-click
fix(tray): cannot activate menu options with right click
2024-03-29 13:15:49 +00:00
30b11db435
fix(tray): cannot activate menu options with right click
Fixes #513
2024-03-29 13:13:29 +00:00
b48ba4c345
Merge pull request #512 from JakeStanger/refactor/tray-rewrite
System tray rewrite
2024-03-29 12:58:59 +00:00
ba004455b2
feat(tray): option to prefer theme-provided icons 2024-03-29 00:31:20 +00:00
004ea76da5
refactor(tray): complete client rewrite 2024-03-29 00:31:20 +00:00
c7b6ee8bc0
refactor: add dead_code allow to fix build warning 2024-03-29 00:29:27 +00:00
8e9db141f8
docs(macros): add missing comment 2024-03-29 00:29:13 +00:00
71b85ead78
chore: cleanup unused dep 2024-03-29 00:29:01 +00:00
fc42f6c540
docs(readme): add repology badge 2024-03-27 13:22:08 +00:00
3a3d3d75cd
docs(readme): add void package 2024-03-26 15:19:57 +00:00
f86e0e9a3f
Merge pull request #510 from JakeStanger/dependabot/cargo/indexmap-2.2.6
build(deps): bump indexmap from 2.2.5 to 2.2.6
2024-03-25 15:58:28 +00:00
9b37adc6a2
Merge pull request #509 from JakeStanger/dependabot/cargo/reqwest-0.12.2
build(deps): bump reqwest from 0.11.26 to 0.12.2
2024-03-25 15:58:09 +00:00
f6f4130bf8
Merge pull request #507 from JakeStanger/dependabot/cargo/regex-1.10.4
build(deps): bump regex from 1.10.3 to 1.10.4
2024-03-25 15:57:54 +00:00
dependabot[bot]
6ce1fbc690
build(deps): bump indexmap from 2.2.5 to 2.2.6
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.5 to 2.2.6.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.5...2.2.6)

---
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-25 14:47:14 +00:00
dependabot[bot]
970a6a4074
build(deps): bump reqwest from 0.11.26 to 0.12.2
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.26 to 0.12.2.
- [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.11.26...v0.12.2)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 14:46:58 +00:00
dependabot[bot]
45b43e212f
build(deps): bump regex from 1.10.3 to 1.10.4
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.10.3...1.10.4)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 14:46:05 +00:00
f9c746a7c3
Merge pull request #504 from slowsage/ci/binary
ci: Build binaries on new tag.
2024-03-22 22:09:31 +00:00
slowsage
d65df93e32 ci: ubuntu_setup.sh 2024-03-22 11:15:25 -04:00
slowsage
1dbd933705 ci: Build binaries on new release. 2024-03-20 22:23:06 -04:00
8254627595
Merge pull request #481 from slowsage/fix/mpris
Fix(music): mpris - handle no active mpris player on launch & hide label when player list is empty.
2024-03-18 23:41:19 +00:00
slowsage
180f8748bb fix(music): Handle NoActivePlayer (playerctld) , NoReply, NoMethod, ServiceUnknown DBus errors in mpris. 2024-03-18 19:28:30 -04:00
b80056302a
Merge pull request #503 from JakeStanger/dependabot/cargo/clap-4.5.3
build(deps): bump clap from 4.5.2 to 4.5.3
2024-03-18 22:03:45 +00:00
9a62787b75
Merge pull request #502 from JakeStanger/dependabot/cargo/color-eyre-0.6.3
build(deps): bump color-eyre from 0.6.2 to 0.6.3
2024-03-18 22:03:05 +00:00
dependabot[bot]
6ea7f57f80
build(deps): bump clap from 4.5.2 to 4.5.3
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.2 to 4.5.3.
- [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.5.2...v4.5.3)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 17:30:39 +00:00
dependabot[bot]
e0c1f950f2
build(deps): bump color-eyre from 0.6.2 to 0.6.3
Bumps [color-eyre](https://github.com/eyre-rs/eyre) from 0.6.2 to 0.6.3.
- [Commits](https://github.com/eyre-rs/eyre/compare/v0.6.2...color-eyre-v0.6.3)

---
updated-dependencies:
- dependency-name: color-eyre
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 17:28:10 +00:00
ab5fb5dbc5
Merge pull request #501 from JakeStanger/dependabot/cargo/reqwest-0.11.26
build(deps): bump reqwest from 0.11.25 to 0.11.26
2024-03-18 17:27:49 +00:00
79cf3cc4a4
Merge pull request #500 from JakeStanger/dependabot/cargo/futures-lite-2.3.0
build(deps): bump futures-lite from 2.2.0 to 2.3.0
2024-03-18 17:27:24 +00:00
dependabot[bot]
4eed3e2c76
build(deps): bump reqwest from 0.11.25 to 0.11.26
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.25 to 0.11.26.
- [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.11.25...v0.11.26)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 14:38:00 +00:00
dependabot[bot]
6b2494ded0
build(deps): bump futures-lite from 2.2.0 to 2.3.0
Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/smol-rs/futures-lite/releases)
- [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/futures-lite/compare/v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: futures-lite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 14:37:50 +00:00
5a3ba08ddd
Merge pull request #470 from JakeStanger/fix/tray
More tray fixes
2024-03-17 14:12:56 +00:00
94f7d873f4
Merge pull request #496 from JakeStanger/refactor/general
Few small refactors
2024-03-14 22:43:34 +00:00
b912619d61
refactor(image): add debug logging 2024-03-14 22:36:30 +00:00
00a6a84ca6
refactor(upower): cheaper string building 2024-03-14 22:36:20 +00:00
86c5b69f18
refactor(tray): tidy imports 2024-03-14 22:35:55 +00:00
18ee921fab
Merge pull request #493 from JakeStanger/dependabot/cargo/clap-4.5.2
build(deps): bump clap from 4.5.1 to 4.5.2
2024-03-11 15:24:43 +00:00
dependabot[bot]
f2bf5f6d29
build(deps): bump clap from 4.5.1 to 4.5.2
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.1 to 4.5.2.
- [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.1...v4.5.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 15:20:03 +00:00
b60d7d6ec3
Merge pull request #492 from JakeStanger/dependabot/cargo/chrono-0.4.35
build(deps): bump chrono from 0.4.34 to 0.4.35
2024-03-11 15:19:37 +00:00
c447503535
Merge pull request #491 from JakeStanger/dependabot/cargo/reqwest-0.11.25
build(deps): bump reqwest from 0.11.24 to 0.11.25
2024-03-11 15:19:00 +00:00
dependabot[bot]
14a6f9ee9e
build(deps): bump chrono from 0.4.34 to 0.4.35
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.34 to 0.4.35.
- [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.34...v0.4.35)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 14:14:55 +00:00
dependabot[bot]
6ac57bf73f
build(deps): bump reqwest from 0.11.24 to 0.11.25
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.24 to 0.11.25.
- [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.11.24...v0.11.25)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 14:14:25 +00:00
662094c0b1
Merge pull request #489 from JakeStanger/fix/workspace-favourites
fix(workspaces): favourites not persisting for initially open workspaces
2024-03-10 13:49:52 +00:00
cf44c461db
fix(workspaces): favourites not persisting for initially open workspaces
Fixes #464.
2024-03-10 13:41:52 +00:00
59307f3aef
Merge pull request #486 from JakeStanger/dependabot/cargo/mio-0.8.11
build(deps): bump mio from 0.8.9 to 0.8.11
2024-03-05 00:02:46 +00:00
dependabot[bot]
cb1c4dfd55
build(deps): bump mio from 0.8.9 to 0.8.11
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.9 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.9...v0.8.11)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 22:02:19 +00:00
22af64f82d
chore: fix docs formatting issues 2024-03-04 20:43:27 +00:00
26677cd038
Merge pull request #480 from JakeStanger/feat/swaync
feat: swaync notifications module
2024-03-04 20:36:47 +00:00
7742a46578
feat: swaync notifications module
Adds a new module which connects to SwayNC to display information from the notifications deamon.

Resolves #7
2024-03-04 20:33:53 +00:00
660dc81e7d
chore: refactors to volume pr #460 i forgot
whoops
2024-03-04 20:21:26 +00:00
3c7e434e52
Merge pull request #460 from JakeStanger/feat/volume
Volume module
2024-03-04 20:19:11 +00:00