1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 22:31:03 +02:00
Commit graph

1529 commits

Author SHA1 Message Date
5f5791cbe4
Merge pull request #941 from JakeStanger/ci/dockerfile-clippy
ci(docker): add clippy
2025-04-16 23:31:16 +01:00
8b71ff3cb6
ci(docker): add clippy 2025-04-16 23:30:08 +01:00
2b22b4a77b
Merge pull request #940 from JakeStanger/ci/dockerfile
ci: add dockerfile for build image
2025-04-16 23:14:15 +01:00
8d5ec1d114
ci: add dockerfile for build image 2025-04-16 23:11:51 +01:00
Rodrigo Batista de Moraes
cff6b1fc83
build: fix compilation for many feature combinations (#932)
* Fix compilation for many feature combinations

* fix: keep Mpris as the default music player type

* fix: update futures-lite comment

* fix: remove redundant "clap" feature dependency from "cli"

* fix: don't make IPC a dependency of sysinfo module

* refactor: move serde_json feature to "shared" section

* refactor: avoid cfgs inside listen_workspace_events

by splitting list_keyboards_events out of it, which manages its own
connection to the Hyprland IPC socket.

* refactor: sort multiline cfg any's

* Revert "refactor: avoid cfgs inside listen_workspace_events"

This reverts commit 1b4202ed80c9483c609ada8c4436e0fec26a9eef.

* refactor: split listen_workspace_events in more functions

* style: fix broken identation

Not sure why rustfmt didn't catch this.
2025-04-16 22:43:14 +01:00
5744929931
build: update universal-config 2025-04-14 20:52:55 +01:00
0a88b8e3d2
Merge pull request #937 from JakeStanger/dependabot/cargo/clap-4.5.36
build(deps): bump clap from 4.5.35 to 4.5.36
2025-04-14 16:04:36 +01:00
dependabot[bot]
d912b23248
build(deps): bump clap from 4.5.35 to 4.5.36
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.35 to 4.5.36.
- [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.35...clap_complete-v4.5.36)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 14:20:47 +00:00
e3742f822c
Merge pull request #936 from JakeStanger/dependabot/cargo/cargo-ea4584273b
build(deps): bump crossbeam-channel from 0.5.14 to 0.5.15 in the cargo group
2025-04-10 16:45:39 +01:00
dependabot[bot]
1ddf42dfd9
build(deps): bump crossbeam-channel in the cargo group
Bumps the cargo group with 1 update: [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam).


Updates `crossbeam-channel` from 0.5.14 to 0.5.15
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.14...crossbeam-channel-0.5.15)

---
updated-dependencies:
- dependency-name: crossbeam-channel
  dependency-version: 0.5.15
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-10 14:47:29 +00:00
ffd4447951
chore: update bug report template
Quick fix to change the label - more work coming soon
2025-04-08 23:30:31 +01:00
d639d0602b
Merge pull request #927 from JakeStanger/dependabot/cargo/indexmap-2.9.0
build(deps): bump indexmap from 2.8.0 to 2.9.0
2025-04-08 09:39:14 +01:00
f3f11fc80c
Merge pull request #926 from JakeStanger/dependabot/cargo/wayland-protocols-wlr-0.3.6
build(deps): bump wayland-protocols-wlr from 0.2.0 to 0.3.6
2025-04-08 09:38:35 +01:00
d260d0bf52
Merge pull request #925 from JakeStanger/dependabot/cargo/sysinfo-0.34.2
build(deps): bump sysinfo from 0.34.1 to 0.34.2
2025-04-08 09:37:36 +01:00
0e8ed7a82f
Merge pull request #924 from JakeStanger/dependabot/cargo/ctrlc-3.4.6
build(deps): bump ctrlc from 3.4.5 to 3.4.6
2025-04-08 09:36:50 +01:00
97f0902f96
Merge pull request #923 from JakeStanger/dependabot/cargo/tokio-1.44.2
build(deps): bump tokio from 1.44.1 to 1.44.2
2025-04-08 09:35:19 +01:00
dependabot[bot]
77458967fd
build(deps): bump indexmap from 2.8.0 to 2.9.0
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.8.0 to 2.9.0.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.8.0...2.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 16:01:34 +00:00
dependabot[bot]
c334aac812
build(deps): bump wayland-protocols-wlr from 0.2.0 to 0.3.6
Bumps [wayland-protocols-wlr](https://github.com/smithay/wayland-rs) from 0.2.0 to 0.3.6.
- [Release notes](https://github.com/smithay/wayland-rs/releases)
- [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md)
- [Commits](https://github.com/smithay/wayland-rs/commits)

---
updated-dependencies:
- dependency-name: wayland-protocols-wlr
  dependency-version: 0.3.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 16:00:26 +00:00
dependabot[bot]
9ffdc26b49
build(deps): bump sysinfo from 0.34.1 to 0.34.2
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.34.1 to 0.34.2.
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 15:57:55 +00:00
dependabot[bot]
48b7f034e0
build(deps): bump ctrlc from 3.4.5 to 3.4.6
Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.4.5 to 3.4.6.
- [Release notes](https://github.com/Detegr/rust-ctrlc/releases)
- [Commits](https://github.com/Detegr/rust-ctrlc/compare/3.4.5...3.4.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 15:53:31 +00:00
dependabot[bot]
4b40a722ee
build(deps): bump tokio from 1.44.1 to 1.44.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 15:53:15 +00:00
f2bc33ec26
Merge pull request #922 from JakeStanger/dependabot/cargo/cargo-7b9612cc80
build(deps): bump the cargo group with 2 updates
2025-04-04 23:01:21 +01:00
dependabot[bot]
fc19f785a9
build(deps): bump the cargo group with 2 updates
Bumps the cargo group with 2 updates: [openssl](https://github.com/sfackler/rust-openssl) and [ring](https://github.com/briansmith/ring).


Updates `openssl` from 0.10.71 to 0.10.72
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.71...openssl-v0.10.72)

Updates `ring` from 0.17.11 to 0.17.14
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: openssl
  dependency-version: 0.10.72
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: ring
  dependency-version: 0.17.14
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-04 20:56:13 +00:00
226048a2e3
Merge pull request #920 from JakeStanger/refactor/update-lua
refactor: update `mlua` crate
2025-04-04 20:37:52 +01:00
fc249497aa
refactor: update mlua crate 2025-04-04 20:34:33 +01:00
28a0e0fb99
Merge pull request #846 from JakeStanger/refactor/keys/colpetto
refactor(keys): switch to `colpetto`
2025-04-04 20:06:12 +01:00
ff9ba7b5f5
fix(clipboard): failing to paste in some applications
Fixed by ensuring the internal mime type is always last
2025-04-04 19:32:32 +01:00
5bb1c88c12
refactor(clipboard): switch from nix to rustix 2025-04-01 22:21:02 +01:00
a0231559d0
refactor(keys): switch to colpetto
Switches from the `input` crate to new async `colpetto`
2025-04-01 22:20:46 +01:00
f204b24ba0
Merge pull request #918 from JakeStanger/dependabot/cargo/clap-4.5.34
build(deps): bump clap from 4.5.32 to 4.5.34
2025-04-01 08:28:17 +01:00
9e35f3c404
Merge pull request #919 from JakeStanger/update_flake_lock_action
Update flake.lock
2025-04-01 08:27:13 +01:00
github-actions[bot]
d4ce2de500 flake.lock: Update
Flake lock file updates:

• Updated input 'crane':
    'github:ipetkov/crane/19de14aaeb869287647d9461cbd389187d8ecdb7?narHash=sha256-x4syUjNUuRblR07nDPeLDP7DpphaBVbUaSoeZkFbGSk%3D' (2025-02-19)
  → 'github:ipetkov/crane/70947c1908108c0c551ddfd73d4f750ff2ea67cd?narHash=sha256-vVOAp9ahvnU%2BfQoKd4SEXB2JG2wbENkpqcwlkIXgUC0%3D' (2025-03-19)
• Updated input 'naersk':
    'github:nix-community/naersk/e5130d37369bfa600144c2424270c96f0ef0e11d?narHash=sha256-fcNrCMUWVLMG3gKC5M9CBqVOAnJtyRvGPxptQFl5mVg%3D' (2025-02-17)
  → 'github:nix-community/naersk/a75c0584b0d69de943babc899530e9c70c642b42?narHash=sha256-o9dXcpfXpBm6%2B/SRqcQW0GzRkJymwyEAu5UD5LMDd3s%3D' (2025-03-25)
• Updated input 'naersk/nixpkgs':
    'github:NixOS/nixpkgs/3a05eebede89661660945da1f151959900903b6a?narHash=sha256-Ly2fBL1LscV%2BKyCqPRufUBuiw%2BzmWrlJzpWOWbahplg%3D' (2025-02-26)
  → 'github:NixOS/nixpkgs/63158b9cbb6ec93d26255871c447b0f01da81619?narHash=sha256-FurMxmjEEqEMld11eX2vgfAx0Rz0JhoFm8UgxbfCZa8%3D' (2025-03-30)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/5135c59491985879812717f4c9fea69604e7f26f?narHash=sha256-Vr3Qi346M%2B8CjedtbyUevIGDZW8LcA1fTG0ugPY/Hic%3D' (2025-02-26)
  → 'github:nixos/nixpkgs/52faf482a3889b7619003c0daec593a1912fddc1?narHash=sha256-6hl6L/tRnwubHcA4pfUUtk542wn2Om%2BD4UnDhlDW9BE%3D' (2025-03-30)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/b4270835bf43c6f80285adac6f66a26d83f0f277?narHash=sha256-4dF%2B%2BMXIXna/AwlZWDKr7bgUmY4xoEwvkF1GewjNrt0%3D' (2025-02-28)
  → 'github:oxalica/rust-overlay/011de3c895927300651d9c2cb8e062adf17aa665?narHash=sha256-OBcNE%2B2/TD1AMgq8HKMotSQF8ZPJEFGZdRoBJ7t/HIc%3D' (2025-03-31)
2025-04-01 00:17:35 +00:00
dependabot[bot]
40515f707b
build(deps): bump clap from 4.5.32 to 4.5.34
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.32 to 4.5.34.
- [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.32...clap_complete-v4.5.34)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 18:20:20 +00:00
eef4918b4c
Merge pull request #917 from JakeStanger/dependabot/cargo/reqwest-0.12.15
build(deps): bump reqwest from 0.12.14 to 0.12.15
2025-03-31 19:19:49 +01:00
3e08a2b056
Merge pull request #916 from JakeStanger/dependabot/cargo/sysinfo-0.34.1
build(deps): bump sysinfo from 0.33.1 to 0.34.1
2025-03-31 19:19:00 +01:00
ab912c1d06
Merge pull request #915 from JakeStanger/dependabot/cargo/clap_complete-4.5.47
build(deps): bump clap_complete from 4.5.46 to 4.5.47
2025-03-31 19:17:46 +01:00
dependabot[bot]
b82fcbf36c
build(deps): bump reqwest from 0.12.14 to 0.12.15
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.14 to 0.12.15.
- [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.14...v0.12.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 14:43:52 +00:00
dependabot[bot]
58e7bd9719
build(deps): bump sysinfo from 0.33.1 to 0.34.1
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.33.1 to 0.34.1.
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 14:43:39 +00:00
dependabot[bot]
d17875feea
build(deps): bump clap_complete from 4.5.46 to 4.5.47
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.46 to 4.5.47.
- [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.46...clap_complete-v4.5.47)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 14:43:27 +00:00
f4f5910f61
docs(gtk4): update clipboard, custom, keyboard, script, sysinfo to be ported 2025-03-28 21:24:10 +00:00
bfb9f04afd
build: fix even more coupling issues with keyboard/workspace/sway
damn it
2025-03-28 20:51:26 +00:00
557ef4c898
build: fix more coupling issues with keyboard/workspace/sway 2025-03-28 20:47:26 +00:00
caa288656c
docs(gtk4): add text format status 2025-03-28 20:25:07 +00:00
41d29d84c8
docs(gtk4): update notifications to ported 2025-03-27 14:34:16 +00:00
3e5fcdc86c
docs: add info on gtk 4 port 2025-03-26 23:35:39 +00:00
355cf39446
Merge pull request #912 from JakeStanger/build/feature-flags
build: add feature flags for `custom`, `label`, `script` modules
2025-03-24 22:17:40 +00:00
15177d707e
build: add feature flags for custom, label, script modules 2025-03-24 22:11:24 +00:00
MapoMagpie
3320cf27b2
fix(workspaces): niri workspaces not respecting added sort (#911)
* refactor: sort niri workspaces before init

* chore: comment for ordered_niri_workspace changing
2025-03-24 14:16:23 +00:00
66bdac52d6
Merge pull request #910 from JakeStanger/build/workspace-keyboard
build: decouple `workspace` and `keyboard` modules
2025-03-24 12:26:50 +00:00
a4eb149816
build: decouple workspace and keyboard modules
Fixes #862
2025-03-24 12:22:02 +00:00