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

1614 commits

Author SHA1 Message Date
github-actions[bot]
ff9709601f flake.lock: Update
Flake lock file updates:

• Updated input 'crane':
    'github:ipetkov/crane/da87d1af7e4e09fd0271432340a5cadf3eb96005?narHash=sha256-CgEHGXSzUdlRI1MzsZmWUwW8%2B6MKYqtCBIDrD/5H5/o%3D' (2024-11-30)
  → 'github:ipetkov/crane/72e2d02dbac80c8c86bf6bf3e785536acf8ee926?narHash=sha256-3aH/0Y6ajIlfy7j52FGZ%2Bs4icVX0oHhqBzRdlOeztqg%3D' (2024-12-21)
• Updated input 'naersk':
    'github:nix-community/naersk/3fb418eaf352498f6b6c30592e3beb63df42ef11?narHash=sha256-r/xppY958gmZ4oTfLiHN0ZGuQ%2BRSTijDblVgVLFi1mw%3D' (2024-07-23)
  → 'github:nix-community/naersk/378614f37a6bee5a3f2ef4f825a73d948d3ae921?narHash=sha256-a4WZp1xQkrnA4BbnKrzJNr%2BdYoQr5Xneh2syJoddFyE%3D' (2024-12-04)
• Updated input 'naersk/nixpkgs':
    'github:NixOS/nixpkgs/4703b8d2c708e13a8cab03d865f90973536dcdf5?narHash=sha256-B5pYT%2BIVaqcrfOekkwKvx/iToDnuQWzc2oyDxzzBDc4%3D' (2024-11-30)
  → 'github:NixOS/nixpkgs/0e82ab234249d8eee3e8c91437802b32c74bb3fd?narHash=sha256-zExSA1i/b%2B1NMRhGGLtNfFGXgLtgo%2BdcuzHzaWA6w3Q%3D' (2024-12-30)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/970e93b9f82e2a0f3675757eb0bfc73297cc6370?narHash=sha256-jNRNr49UiuIwaarqijgdTR2qLPifxsVhlJrKzQ8XUIE%3D' (2024-11-28)
  → 'github:nixos/nixpkgs/88195a94f390381c6afcdaa933c2f6ff93959cb4?narHash=sha256-0q9NGQySwDQc7RhAV2ukfnu7Gxa5/ybJ2ANT8DQrQrs%3D' (2024-12-29)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/c65e91d4a33abc3bc4a892d3c5b5b378bad64ea1?narHash=sha256-dge02pUSe2QeC/B3PriA0R8eAX%2BEU3aDoXj9FcS3XDw%3D' (2024-11-30)
  → 'github:oxalica/rust-overlay/d199142e84bfaae476ffb4e09a70879d7918784d?narHash=sha256-rsjojgfPUf9tWuMXuuo2KAIoUZ49XGZQJSjFGOO8Cq4%3D' (2024-12-31)
2025-01-01 00:15:48 +00:00
dependabot[bot]
087a1845cf
build(deps): bump clap_complete from 4.5.8 to 4.5.40
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.8 to 4.5.40.
- [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.8...clap_complete-v4.5.40)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-30 14:20:06 +00:00
5136637752
refactor: fix some strict clippy warnings 2024-12-29 00:40:12 +00:00
87a6523367
build: remove unused deps 2024-12-29 00:35:32 +00:00
b2194d01c9
Merge pull request #683 from donovanglover/feat/man-pages-shell-completions
feat: add shell completions
2024-12-29 00:24:54 +00:00
Donovan Glover
4381fd505d
feat: add shell completions
Auto-generated with clap.
2024-12-29 00:19:02 +00:00
df55cdfa9f
Merge pull request #748 from JakeStanger/fix/workspaces
Workspaces module rewrite
2024-12-28 15:07:19 +00:00
03136e7c70
feat(workspaces): new sorting options
Renames existing `alphanumeric` sorting method to `label` and adds a new method called `name` which uses the real workspace name, akin to behaviour before #799.

BREAKING CHANGE: The workspace `sort` config option valid values have changed. Where `alphanumeric` is explicitly set, this will need changing to one of `label` or `name`.
2024-12-28 14:01:30 +00:00
fa6f27d4b9
fix(workspaces): rewrite module to fix several small issues
Rewrites the module code to be better structured, in a similar pattern to the launcher. The code is now more robust and more maintainable, yay!

Fixes #705

Fixes an issue with moving favourite workspaces.

Fixes an issue with workspace visible state being incorrect.

Fixes an issue where the `inactive` class looked at hidden instead of closed favourites.
2024-12-28 13:38:03 +00:00
8cdbe7e083
refactor(hyprland): improve logging 2024-12-28 12:58:29 +00:00
42e18da126
chore: comment out doc comment for unused func 2024-12-28 12:58:05 +00:00
2840ff66db
chore: update lockfile 2024-12-28 12:57:50 +00:00
1099a111f5
Merge pull request #824 from JakeStanger/docs/fix-keys
docs: add keys page to sidebar
2024-12-28 01:14:48 +00:00
63a9a427bb
docs: add keys page to sidebar 2024-12-28 01:14:08 +00:00
67426bd8e2
Merge pull request #783 from JakeStanger/feat/libinput
feat: libinput `keys` module
2024-12-27 19:49:36 +00:00
ccfe73f6a7
feat: libinput keys module
Adds a new module which shows the status of toggle mod keys (capslock, num lock, scroll lock).

Resolves #700
2024-12-27 19:44:25 +00:00
353ee92d48
Merge pull request #821 from JakeStanger/dependabot/cargo/system-tray-0.5.0
build(deps): bump system-tray from 0.4.0 to 0.5.0
2024-12-24 12:53:39 +00:00
178f2cc850
Merge pull request #822 from JakeStanger/dependabot/cargo/serde_json-1.0.134
build(deps): bump serde_json from 1.0.133 to 1.0.134
2024-12-24 12:53:15 +00:00
dependabot[bot]
4625db77d4
build(deps): bump serde_json from 1.0.133 to 1.0.134
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.133 to 1.0.134.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134)

---
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-12-23 14:13:05 +00:00
dependabot[bot]
4995c15f3b
build(deps): bump system-tray from 0.4.0 to 0.5.0
Bumps [system-tray](https://github.com/jakestanger/system-tray) from 0.4.0 to 0.5.0.
- [Commits](https://github.com/jakestanger/system-tray/compare/v0.4.0...v0.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 14:12:38 +00:00
cfaa99830f
Merge pull request #814 from BowDown097/master
feat(launcher): open new window on middle-click
2024-12-18 22:19:30 +00:00
4e6db91090
Merge pull request #819 from JakeStanger/dependabot/cargo/time-0.3.37
build(deps): bump time from 0.3.36 to 0.3.37
2024-12-16 16:34:00 +00:00
9bf4de05b6
Merge pull request #818 from JakeStanger/dependabot/cargo/serde-1.0.216
build(deps): bump serde from 1.0.215 to 1.0.216
2024-12-16 16:33:16 +00:00
58ffb76a4d
Merge pull request #817 from JakeStanger/dependabot/cargo/gtk-0.18.2
build(deps): bump gtk from 0.18.1 to 0.18.2
2024-12-16 16:32:15 +00:00
dependabot[bot]
a5dbf69137
build(deps): bump time from 0.3.36 to 0.3.37
Bumps [time](https://github.com/time-rs/time) from 0.3.36 to 0.3.37.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.36...v0.3.37)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 14:47:05 +00:00
dependabot[bot]
0d57295fc3
build(deps): bump serde from 1.0.215 to 1.0.216
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.215 to 1.0.216.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.216)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 14:46:48 +00:00
dependabot[bot]
2f12ee35c4
build(deps): bump gtk from 0.18.1 to 0.18.2
Bumps [gtk](https://github.com/gtk-rs/gtk3-rs) from 0.18.1 to 0.18.2.
- [Release notes](https://github.com/gtk-rs/gtk3-rs/releases)
- [Commits](https://github.com/gtk-rs/gtk3-rs/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 14:46:14 +00:00
BowDown097
7bff8c0a7f
docs(launcher): note middle click functionality 2024-12-15 12:44:36 -08:00
BowDown097
7f71a383c4
feat(launcher): open new window on middle-click 2024-12-15 07:00:42 -08:00
8a06ec04b0
Merge pull request #810 from noah427/master
Remove nixpkgs override for crane
2024-12-11 15:24:17 +00:00
noah427
53c98cebad chore: remove nixpkgs override for crane 2024-12-11 10:18:08 -05:00
2a869480eb
Merge pull request #807 from JakeStanger/dependabot/cargo/tracing-subscriber-0.3.19
build(deps): bump tracing-subscriber from 0.3.18 to 0.3.19
2024-12-09 14:27:51 +00:00
10bd80f1ff
Merge pull request #806 from JakeStanger/dependabot/cargo/tokio-1.42.0
build(deps): bump tokio from 1.41.1 to 1.42.0
2024-12-09 14:27:15 +00:00
8c372ba147
Merge pull request #805 from JakeStanger/dependabot/cargo/gtk-layer-shell-0.8.2
build(deps): bump gtk-layer-shell from 0.8.1 to 0.8.2
2024-12-09 14:26:11 +00:00
34fe812a4e
Merge pull request #804 from JakeStanger/dependabot/cargo/clap-4.5.23
build(deps): bump clap from 4.5.21 to 4.5.23
2024-12-09 14:24:25 +00:00
819911728a
Merge pull request #803 from JakeStanger/dependabot/cargo/chrono-0.4.39
build(deps): bump chrono from 0.4.38 to 0.4.39
2024-12-09 14:22:19 +00:00
dependabot[bot]
7d77bce5f8
build(deps): bump tracing-subscriber from 0.3.18 to 0.3.19
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.18 to 0.3.19.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.18...tracing-subscriber-0.3.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 14:18:38 +00:00
dependabot[bot]
414386839c
build(deps): bump tokio from 1.41.1 to 1.42.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.42.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.42.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-12-09 14:18:26 +00:00
dependabot[bot]
95b19ea0a7
build(deps): bump gtk-layer-shell from 0.8.1 to 0.8.2
Bumps [gtk-layer-shell](https://github.com/pentamassiv/gtk-layer-shell-gir) from 0.8.1 to 0.8.2.
- [Commits](https://github.com/pentamassiv/gtk-layer-shell-gir/commits)

---
updated-dependencies:
- dependency-name: gtk-layer-shell
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 14:18:15 +00:00
dependabot[bot]
fb8fa8b683
build(deps): bump clap from 4.5.21 to 4.5.23
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.21 to 4.5.23.
- [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.21...clap_complete-v4.5.23)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 14:18:05 +00:00
dependabot[bot]
0a89f4adb3
build(deps): bump chrono from 0.4.38 to 0.4.39
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.38 to 0.4.39.
- [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.38...v0.4.39)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 14:17:55 +00:00
quietvoid
9f7c3918c4
feat(sway): support workspace rename events (#799)
And reorder based on label with fallback to widget name
2024-12-05 12:04:22 +00:00
13c2f8fa8b
Merge pull request #801 from JakeStanger/dependabot/cargo/cargo-657ccba0a8
build(deps): bump anstream from 0.6.7 to 0.6.18 in the cargo group
2024-12-04 23:45:36 +00:00
dependabot[bot]
7a846b0bb1
build(deps): bump anstream from 0.6.7 to 0.6.18 in the cargo group
Bumps the cargo group with 1 update: [anstream](https://github.com/rust-cli/anstyle).


Updates `anstream` from 0.6.7 to 0.6.18
- [Commits](https://github.com/rust-cli/anstyle/compare/anstream-v0.6.7...anstream-v0.6.18)

---
updated-dependencies:
- dependency-name: anstream
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-04 23:31:30 +00:00
557005df7e
Merge pull request #800 from JakeStanger/dependabot/cargo/cargo-a5df8d2751
build(deps): bump hashbrown from 0.15.0 to 0.15.2 in the cargo group
2024-12-04 23:30:28 +00:00
dependabot[bot]
935cbb7e75
build(deps): bump hashbrown from 0.15.0 to 0.15.2 in the cargo group
Bumps the cargo group with 1 update: [hashbrown](https://github.com/rust-lang/hashbrown).


Updates `hashbrown` from 0.15.0 to 0.15.2
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/hashbrown/commits)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-04 18:30:49 +00:00
e0654f11ac
Merge pull request #797 from JakeStanger/dependabot/cargo/tracing-error-0.2.1
build(deps): bump tracing-error from 0.2.0 to 0.2.1
2024-12-04 09:40:47 +00:00
84e21652a2
Merge pull request #796 from JakeStanger/dependabot/cargo/indexmap-2.7.0
build(deps): bump indexmap from 2.6.0 to 2.7.0
2024-12-04 09:39:55 +00:00
249f11ac18
Merge pull request #795 from JakeStanger/dependabot/cargo/libpulse-binding-2.28.2
build(deps): bump libpulse-binding from 2.28.1 to 2.28.2
2024-12-04 09:39:26 +00:00
dependabot[bot]
2338f29940
build(deps): bump tracing-error from 0.2.0 to 0.2.1
Bumps [tracing-error](https://github.com/tokio-rs/tracing) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-error-0.2.0...tracing-error-0.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-04 09:37:09 +00:00