1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 14:51:04 +02:00
Commit graph

1226 commits

Author SHA1 Message Date
30de23dc64
refactor(tray): switch over to libdbusmenu-gtk3
Also adds tooltips
2024-11-16 17:35:29 +00:00
ff3f541183
docs(tray): fix formatting 2024-11-16 17:19:23 +00:00
c04387fa11
ci(clippy): fail on unwrap 2024-11-16 17:19:14 +00:00
a76957216b
Merge pull request #773 from JakeStanger/dependabot/cargo/futures-lite-2.5.0
build(deps): bump futures-lite from 2.4.0 to 2.5.0
2024-11-11 22:28:01 +00:00
4f775c92a1
Merge pull request #772 from JakeStanger/dependabot/cargo/tokio-1.41.1
build(deps): bump tokio from 1.41.0 to 1.41.1
2024-11-11 22:27:18 +00:00
dependabot[bot]
99124a2224
build(deps): bump futures-lite from 2.4.0 to 2.5.0
Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.4.0 to 2.5.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.4.0...v2.5.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-11-11 14:51:00 +00:00
dependabot[bot]
ddaa758df0
build(deps): bump tokio from 1.41.0 to 1.41.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.0 to 1.41.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.0...tokio-1.41.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 14:50:49 +00:00
05530cf776
fix: regression caused by #652 2024-11-10 17:35:47 +00:00
ed338e948c
Merge pull request #766 from JakeStanger/fix/tray-fixes
A whole load of tray fixes 🎉
2024-11-09 19:08:43 +00:00
f1e87830ed
chore: tidy main 2024-11-08 01:40:25 +00:00
cf38c37fe3
refactor(tray): move some debug logging to trace logging 2024-11-08 01:40:25 +00:00
486beff8a5
refactor: put in basic placeholders for menu icon diffs 2024-11-08 01:40:25 +00:00
662ddb6946
feat(tray): image support in menu items 2024-11-08 01:40:24 +00:00
fb1799531b
fix(tray): image updates lag 1 behind 2024-11-08 01:35:35 +00:00
55c0940e1d
fix(tray): update system-tray dep to bring in a whole load of fixes 2024-11-08 01:35:04 +00:00
e53a9067b0
fix(tray): cannot activate with mixed left/right click
Fixes #513
2024-11-05 13:20:34 +00:00
81c48fecad
fix(clipboard): crash when unsupported image type 2024-11-05 13:15:42 +00:00
3cd2fce333
Merge pull request #765 from JakeStanger/fix/style-reload
fix: not properly redrawing on style reload
2024-11-05 13:10:12 +00:00
80403e3ca9
fix: not properly redrawing on style reload
Fixes #456
2024-11-05 13:06:23 +00:00
66ff849c56
Merge pull request #762 from JakeStanger/dependabot/cargo/reqwest-0.12.9
build(deps): bump reqwest from 0.12.8 to 0.12.9
2024-11-04 16:03:49 +00:00
51bddb0765
Merge pull request #761 from JakeStanger/dependabot/cargo/serde-1.0.214
build(deps): bump serde from 1.0.213 to 1.0.214
2024-11-04 16:02:54 +00:00
3c0003640a
Merge pull request #759 from JakeStanger/dependabot/cargo/futures-lite-2.4.0
build(deps): bump futures-lite from 2.3.0 to 2.4.0
2024-11-04 16:01:06 +00:00
dependabot[bot]
61f55fe517
build(deps): bump serde from 1.0.213 to 1.0.214
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.213 to 1.0.214.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.213...v1.0.214)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 15:56:42 +00:00
dependabot[bot]
2f03b66ba7
build(deps): bump futures-lite from 2.3.0 to 2.4.0
Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.3.0 to 2.4.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.3.0...v2.4.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-11-04 15:56:35 +00:00
8b065fa50f
Revert "build: update workspaces deps"
This reverts commit f06885cea6.
2024-11-04 15:55:22 +00:00
f06885cea6
build: update workspaces deps 2024-11-04 15:30:24 +00:00
dependabot[bot]
acc68eb0b7
build(deps): bump reqwest from 0.12.8 to 0.12.9
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.8 to 0.12.9.
- [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.8...v0.12.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 14:11:52 +00:00
3b3d86b812
Merge pull request #758 from JakeStanger/fix/trackpad-scroll
fix: `on_scroll` events broken on touchpad
2024-11-04 13:08:38 +00:00
d87888d173
fix: on_scroll events broken on touchpad
Fixes #652
2024-11-04 13:05:18 +00:00
c7cf896164
Merge pull request #757 from JakeStanger/update_flake_lock_action
Update flake.lock
2024-11-01 08:23:16 +00:00
github-actions[bot]
f993cce5f6 flake.lock: Update
Flake lock file updates:

• Updated input 'crane':
    'github:ipetkov/crane/5b03654ce046b5167e7b0bccbd8244cb56c16f0e?narHash=sha256-/mumx8AQ5xFuCJqxCIOFCHTVlxHkMT21idpbgbm/TIE%3D' (2024-09-26)
  → 'github:ipetkov/crane/498d9f122c413ee1154e8131ace5a35a80d8fa76?narHash=sha256-RMgSVkZ9H03sxC%2BVh4jxtLTCzSjPq18UWpiM0gq6shQ%3D' (2024-10-27)
• Updated input 'naersk/nixpkgs':
    'github:NixOS/nixpkgs/b5b22b42c0d10c7d2463e90a546c394711e3a724?narHash=sha256-uMVkVHL4r3QmlZ1JM%2BUoJwxqa46cgHnIfqGzVlw5ca4%3D' (2024-09-30)
  → 'github:NixOS/nixpkgs/2d2a9ddbe3f2c00747398f3dc9b05f7f2ebb0f53?narHash=sha256-B5WRZYsRlJgwVHIV6DvidFN7VX7Fg9uuwkRW9Ha8z%2Bw%3D' (2024-10-30)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/06cf0e1da4208d3766d898b7fdab6513366d45b9?narHash=sha256-S5kVU7U82LfpEukbn/ihcyNt2%2BEvG7Z5unsKW9H/yFA%3D' (2024-09-29)
  → 'github:nixos/nixpkgs/807e9154dcb16384b1b765ebe9cd2bba2ac287fd?narHash=sha256-l253w0XMT8nWHGXuXqyiIC/bMvh1VRszGXgdpQlfhvU%3D' (2024-10-29)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/c2099c6c7599ea1980151b8b6247a8f93e1806ee?narHash=sha256-83j/GrHsx8GFUcQofKh%2BPRPz6pz8sxAsZyT/HCNdey8%3D' (2024-09-30)
  → 'github:oxalica/rust-overlay/815d1b3ee71716fc91a7bd149801e1f04d45fbc5?narHash=sha256-RFaeY7EWzXOmAL2IQEACbnrEza3TgD5UQApHR4hGHhY%3D' (2024-10-31)
2024-11-01 01:11:16 +00:00
9aaf5fca2e
Merge pull request #756 from JakeStanger/dependabot/cargo/regex-1.11.1
build(deps): bump regex from 1.11.0 to 1.11.1
2024-10-30 13:24:03 +00:00
1aebbbe5f5
Merge pull request #755 from JakeStanger/dependabot/cargo/notify-7.0.0
build(deps): bump notify from 6.1.1 to 7.0.0
2024-10-30 10:44:26 +00:00
39b0d8ae9f
Merge pull request #753 from JakeStanger/dependabot/cargo/tokio-1.41.0
build(deps): bump tokio from 1.40.0 to 1.41.0
2024-10-30 10:36:08 +00:00
f47e4910e2
Merge pull request #752 from JakeStanger/dependabot/cargo/serde_json-1.0.132
build(deps): bump serde_json from 1.0.128 to 1.0.132
2024-10-29 22:35:47 +00:00
d99ee0cc6e
Merge pull request #754 from JakeStanger/dependabot/cargo/serde-1.0.213
build(deps): bump serde from 1.0.210 to 1.0.213
2024-10-29 22:23:09 +00:00
dependabot[bot]
cfd96ef935
build(deps): bump regex from 1.11.0 to 1.11.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.0 to 1.11.1.
- [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.11.0...1.11.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 14:46:37 +00:00
dependabot[bot]
4212905780
build(deps): bump notify from 6.1.1 to 7.0.0
Bumps [notify](https://github.com/notify-rs/notify) from 6.1.1 to 7.0.0.
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
- [Commits](https://github.com/notify-rs/notify/compare/notify-6.1.1...notify-7.0.0)

---
updated-dependencies:
- dependency-name: notify
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 14:46:25 +00:00
dependabot[bot]
3e3f6ac592
build(deps): bump serde from 1.0.210 to 1.0.213
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.210 to 1.0.213.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.213)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 14:46:08 +00:00
dependabot[bot]
2fd987ecb1
build(deps): bump tokio from 1.40.0 to 1.41.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 14:45:57 +00:00
dependabot[bot]
aec05d44a1
build(deps): bump serde_json from 1.0.128 to 1.0.132
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.128 to 1.0.132.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/1.0.128...1.0.132)

---
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-10-21 14:13:52 +00:00
6240b4b4fd
Merge pull request #746 from JakeStanger/fix/markup-escape
fix: markup escape issues
2024-10-15 22:14:15 +01:00
b2db7b0bb5
fix: markup escape issues
Fixes #629
2024-10-15 22:11:15 +01:00
56153f189a
docs(dynamic values): fix missing backtick 2024-10-15 21:47:11 +01:00
8c57d2be44
chore(intellij): add git toolbox blame config 2024-10-15 21:46:53 +01:00
1f2f966a75
Merge pull request #745 from JakeStanger/dependabot/cargo/clap-4.5.20
build(deps): bump clap from 4.5.19 to 4.5.20
2024-10-14 16:52:45 +01:00
dependabot[bot]
4a9249ca68
build(deps): bump clap from 4.5.19 to 4.5.20
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.19 to 4.5.20.
- [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.19...clap_complete-v4.5.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-14 14:39:19 +00:00
8a44b0fd29
Merge pull request #740 from JakeStanger/dependabot/cargo/clap-4.5.19
build(deps): bump clap from 4.5.18 to 4.5.19
2024-10-08 12:34:38 +01:00
dependabot[bot]
667914057d
build(deps): bump clap from 4.5.18 to 4.5.19
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.18 to 4.5.19.
- [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.18...clap_complete-v4.5.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-08 10:31:58 +00:00
be2c1bc55a
Merge pull request #739 from JakeStanger/dependabot/cargo/reqwest-0.12.8
build(deps): bump reqwest from 0.12.7 to 0.12.8
2024-10-08 11:30:52 +01:00