1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00
Commit graph

781 commits

Author SHA1 Message Date
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
f3687c5f9e
refactor: replace deprecated indexmap method 2024-02-02 20:05:29 +00:00
4934f2c409
Merge pull request #433 from JakeStanger/refactor/clippy
refactor: fix new strict clippy warnings
2024-02-01 22:50:58 +00:00
ef41462ef0
Merge pull request #425 from JakeStanger/fix/tray
Tray rewrite
2024-02-01 22:49:51 +00:00
aaef3bf96c
refactor: fix new strict clippy warnings 2024-02-01 22:39:43 +00:00
133632d1ad
fix(tray): vastly improve rendering performance 2024-02-01 22:38:14 +00:00
d58d8952a8
Merge pull request #432 from JakeStanger/update_flake_lock_action
Update flake.lock
2024-02-01 21:00:27 +00:00
github-actions[bot]
18f6599810 flake.lock: Update
Flake lock file updates:

• Updated input 'crane':
    'github:ipetkov/crane/afdcd41180e3dfe4dac46b5ee396e3b12ccc967a' (2023-12-24)
  → 'github:ipetkov/crane/c798790eabec3e3da48190ae3698ac227aab770c' (2024-01-28)
• Updated input 'naersk/nixpkgs':
    'github:NixOS/nixpkgs/d44d59d2b5bd694cd9d996fd8c51d03e3e9ba7f7' (2023-12-31)
  → 'github:NixOS/nixpkgs/5ad9903c16126a7d949101687af0aa589b1d7d3d' (2024-01-31)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/cfc3698c31b1fb9cdcf10f36c9643460264d0ca8' (2023-12-27)
  → 'github:nixos/nixpkgs/97b17f32362e475016f942bbdfda4a4a72a8a652' (2024-01-29)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/319f57cd2c34348c55970a4bf2b35afe82088681' (2023-12-30)
  → 'github:oxalica/rust-overlay/2c993daf3136c6955fd13bfe215d0d4faf6090f1' (2024-01-31)
• Updated input 'rust-overlay/flake-utils':
    'github:numtide/flake-utils/cfacdce06f30d2b68473a46042957675eebb3401' (2023-04-11)
  → 'github:numtide/flake-utils/1ef2e671c3b0c19053962c07dbda38332dcebf26' (2024-01-15)
2024-02-01 00:51:52 +00:00
061663392e
fix: do not panic on full channels 2024-01-29 23:30:25 +00:00
2251ea9246
Merge pull request #428 from JakeStanger/dependabot/cargo/indexmap-2.2.1
build(deps): bump indexmap from 2.1.0 to 2.2.1
2024-01-29 21:33:16 +00:00
dependabot[bot]
966fc101f3
build(deps): bump indexmap from 2.1.0 to 2.2.1
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.1.0 to 2.2.1.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.1.0...2.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 21:08:53 +00:00
b99c9b6bb6
Merge pull request #427 from JakeStanger/dependabot/cargo/serde-1.0.196
build(deps): bump serde from 1.0.195 to 1.0.196
2024-01-29 21:08:02 +00:00
dependabot[bot]
0d1b8c8cad
build(deps): bump serde from 1.0.195 to 1.0.196
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.195 to 1.0.196.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.195...v1.0.196)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 14:25:02 +00:00
cc39896181
build: update system-tray crate 2024-01-27 01:04:31 +00:00
b3a70ce8fa
fix(tray): not handling checkbox items 2024-01-27 01:04:30 +00:00
8016ec256d
fix(tray): crash caused by excess updates
Some icons seem to absolutely spam updates in some circumstances. Increasing the channel size by 4x seems sufficient to prevent this.
2024-01-27 00:35:16 +00:00
8aef093ac9
Merge pull request #421 from JakeStanger/fix/dynamic-string
Dynamic String Fixes
2024-01-25 23:17:55 +00:00
9d7cb08f41
docs(ironvars): correct allowed chars in keys 2024-01-25 22:42:48 +00:00
63304a9ddd
fix(dynamic string): always sending partial string on initialization 2024-01-25 22:42:48 +00:00
af7e037dd5
test(dynamic string): test pango attributes with ironvars 2024-01-25 22:42:48 +00:00
db7c96bcd4
Merge pull request #422 from JakeStanger/docs/compilation
docs(compilation): add sccache section
2024-01-25 22:42:18 +00:00
4d9d78f4ca
fix(dynamic string): ironvar parser being too greedy 2024-01-25 22:31:07 +00:00
1b54276bea
docs(compilation): add sccache section 2024-01-25 22:29:05 +00:00
bfec31254f
Merge pull request #417 from JakeStanger/various
Various Small Changes
2024-01-24 23:26:06 +00:00
cb2f9b0aaf
docs(examples): fix issues with example css 2024-01-24 23:10:04 +00:00
996ad7e27f
refactor(desktop file): simplify some none-type handling 2024-01-24 23:04:14 +00:00
754e33952e
docs: add info on speeding up compilation time 2024-01-24 23:03:38 +00:00
a2a7e2ea52
Merge pull request #416 from JakeStanger/fix/style-watcher
fix(style): file watcher not working for relative paths
2024-01-24 22:51:00 +00:00
976dd6c55a
fix(style): file watcher not working for relative paths
Fixes that changes were not hot-loaded when overriding the default style path with `IRONBAR_CSS` and providing a relative file path.
2024-01-24 22:40:10 +00:00
5daeb29c28
Merge pull request #414 from JakeStanger/dependabot/cargo/clap-4.4.18
build(deps): bump clap from 4.4.16 to 4.4.18
2024-01-22 19:48:35 +00:00
7e923d699f
Merge pull request #413 from JakeStanger/dependabot/cargo/regex-1.10.3
build(deps): bump regex from 1.10.2 to 1.10.3
2024-01-22 19:48:23 +00:00
dependabot[bot]
d9c21de4f3
build(deps): bump clap from 4.4.16 to 4.4.18
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.16 to 4.4.18.
- [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.16...v4.4.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 14:49:53 +00:00
dependabot[bot]
a49fc5027c
build(deps): bump regex from 1.10.2 to 1.10.3
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.2 to 1.10.3.
- [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.2...1.10.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 14:49:42 +00:00
2a4587612a
Merge pull request #412 from JakeStanger/fix/swaybar-command
fix(cli): error when launched via `swaybar_command`
2024-01-20 23:50:04 +00:00
1c9c9bbece
fix(cli): error when launched via swaybar_command
Fixes #11 (again)
2024-01-20 23:42:43 +00:00
JakeStanger
7d51155a3e docs: update CHANGELOG.md for v0.14.0 [skip ci] 2024-01-20 18:13:32 +00:00
8ca9de933f
chore: bump version to 0.14.1-pre 2024-01-20 18:12:23 +00:00
82896d91e0
chore(release): v0.14.0 2024-01-20 18:05:14 +00:00
405da855af
Merge pull request #411 from JakeStanger/dependabot/cargo/serde_json-1.0.111
build(deps): bump serde_json from 1.0.109 to 1.0.111
2024-01-15 17:40:59 +00:00
c32c79379d
Merge pull request #410 from JakeStanger/dependabot/cargo/clap-4.4.16
build(deps): bump clap from 4.4.14 to 4.4.16
2024-01-15 17:40:50 +00:00
dependabot[bot]
807a26f754
build(deps): bump serde_json from 1.0.109 to 1.0.111
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.109 to 1.0.111.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.109...v1.0.111)

---
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-01-15 14:48:19 +00:00
dependabot[bot]
6c5c62a6fb
build(deps): bump clap from 4.4.14 to 4.4.16
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.14 to 4.4.16.
- [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.14...v4.4.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 14:48:08 +00:00
cfa1fceee5
Merge pull request #409 from JakeStanger/fix/tokio-spawn
Fix script crash
2024-01-14 15:53:54 +00:00
18b47844f9
refactor(wayland): simplify task spawning code 2024-01-14 15:42:29 +00:00
963f8edc45
fix(script): spawning outside of tokio runtime causing crash
Fixes #408.
2024-01-14 15:42:28 +00:00
e0dc5e104a
refactor(wayland): remove unused request type 2024-01-14 01:34:49 +00:00
b9a42f0f66
Merge pull request #404 from thmasq/master
Make feature flags for the "focused" and launcher "modules"
2024-01-14 01:27:51 +00:00
thmasq
ddf91b18cc build: add focused and launcher feature flags 2024-01-13 22:08:31 -03:00
e737177ab0
Merge pull request #405 from JakeStanger/feat/dpms-support
feat: load bars on monitor when it connects
2024-01-13 17:27:53 +00:00
ec503ade43
Merge pull request #406 from JakeStanger/fix/launcher-focus
fix(launcher): favourites not focused when opened
2024-01-13 17:24:02 +00:00