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

1078 commits

Author SHA1 Message Date
Claire Neveu
44be58594b feat: Add orientation and direction support for sys info 2024-04-06 12:05:04 -04:00
Claire Neveu
70b2c592b2 feat: Add orientation support for custom label and button 2024-04-06 12:03:43 -04:00
Claire Neveu
702b0a63bf feat: Add orientation support for clock 2024-04-06 12:03:15 -04:00
4a3bca1f5f
Merge pull request #531 from JakeStanger/dependabot/cargo/h2-0.4.4
build(deps): bump h2 from 0.4.3 to 0.4.4
2024-04-05 18:48:33 +01:00
dependabot[bot]
07e3ecfb9f
build(deps): bump h2 from 0.4.3 to 0.4.4
Bumps [h2](https://github.com/hyperium/h2) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.4.3...v0.4.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 15:10:13 +00:00
751bb7b95e
Merge pull request #529 from JakeStanger/build/remove-features
build: remove some unused features/deps
2024-04-02 20:30:47 +01:00
26ffed7b40
build: remove some unused features/deps 2024-04-02 20:12:09 +01:00
9245188af7
refactor: better error handling for client initialization 2024-04-01 16:34:25 +01:00
1b35354272
refactor: fix clippy warnings 2024-04-01 16:33:38 +01:00
10b3b01e5b
Merge pull request #527 from JakeStanger/feat/custom-button-box
feat(custom): ability to add modules/widgets to buttons
2024-04-01 15:47:39 +01:00
46224d8a54
feat(custom): ability to add modules/widgets to buttons
Resolves #207
2024-04-01 15:42:26 +01:00
3ba8b4bd96
fix: regressions introduced by #505
- Crash on startup if modules missing common options
- Crash on startup due to disable_popup incorrectly mandatory
2024-04-01 15:40:12 +01:00
b9b29a4ce4
Merge pull request #526 from JakeStanger/dependabot/cargo/clap-4.5.4
build(deps): bump clap from 4.5.3 to 4.5.4
2024-04-01 15:19:24 +01:00
1b25e358ee
Merge pull request #525 from JakeStanger/dependabot/cargo/mpd-utils-0.2.1
build(deps): bump mpd-utils from 0.2.0 to 0.2.1
2024-04-01 15:19:08 +01:00
c96a424020
Merge pull request #524 from JakeStanger/dependabot/cargo/chrono-0.4.37
build(deps): bump chrono from 0.4.35 to 0.4.37
2024-04-01 15:18:35 +01:00
0359242531
Merge pull request #523 from JakeStanger/dependabot/cargo/tokio-1.37.0
build(deps): bump tokio from 1.36.0 to 1.37.0
2024-04-01 15:17:50 +01:00
dependabot[bot]
5c122ae536
build(deps): bump clap from 4.5.3 to 4.5.4
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.3 to 4.5.4.
- [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.3...v4.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 14:14:09 +00:00
dependabot[bot]
ec6145055e
build(deps): bump mpd-utils from 0.2.0 to 0.2.1
Bumps mpd-utils from 0.2.0 to 0.2.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 14:13:53 +00:00
dependabot[bot]
b15d06a61c
build(deps): bump chrono from 0.4.35 to 0.4.37
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.35 to 0.4.37.
- [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.35...v0.4.37)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 14:13:44 +00:00
dependabot[bot]
9cc976e11d
build(deps): bump tokio from 1.36.0 to 1.37.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.36.0...tokio-1.37.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-04-01 14:13:34 +00:00
e1a9f7376c
Merge pull request #505 from JakeStanger/feat/modules-in-custom
Native modules inside custom modules
2024-04-01 15:11:56 +01:00
ee8873a94a
docs(custom): add native examples 2024-04-01 15:09:11 +01:00
46cbaca5e0
feat: option to disable module popup 2024-04-01 15:09:11 +01:00
994f4a4a12
feat: ability to add custom modules instead native modules
Resolves #131
2024-04-01 15:01:37 +01:00
80dd2cc407
Merge pull request #522 from JakeStanger/update_flake_lock_action
Update flake.lock
2024-04-01 02:01:24 +01:00
e052a996a4
Merge pull request #521 from JakeStanger/build/nix/naersk
build(nix): fix naersk build broken when using non-default features
2024-04-01 02:00:09 +01:00
github-actions[bot]
df7cd1e364 flake.lock: Update
Flake lock file updates:

• Updated input 'crane':
    'github:ipetkov/crane/2c94ff9a6fbeb9f3ea0107f28688edbe9c81deaa?narHash=sha256-jX%2BB1VGHT0ruHHL5RwS8L21R6miBn4B6s9iVyUJsJJY%3D' (2024-02-24)
  → 'github:ipetkov/crane/ada0fb4dcce4561acb1eb17c59b7306d9d4a95f3?narHash=sha256-LEg6/dmEFxx6Ygti5DO9MOhGNpyB7zdxdWtzv/FCTXk%3D' (2024-03-29)
• Updated input 'naersk/nixpkgs':
    'github:NixOS/nixpkgs/ebe6e807793e7c9cc59cf81225fdee1a03413811?narHash=sha256-lKdtMbhnBNU1lr978T%2BwEYet3sfIXXgyiDZNEgx8CV8%3D' (2024-02-29)
  → 'github:NixOS/nixpkgs/807c549feabce7eddbf259dbdcec9e0600a0660d?narHash=sha256-9slQ609YqT9bT/MNX9%2B5k5jltL9zgpn36DpFB7TkttM%3D' (2024-03-29)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/9099616b93301d5cf84274b184a3a5ec69e94e08?narHash=sha256-HofykKuisObPUfj0E9CJVfaMhawXkYx3G8UIFR/XQ38%3D' (2024-02-28)
  → 'github:nixos/nixpkgs/d8fe5e6c92d0d190646fb9f1056741a229980089?narHash=sha256-iMUFArF0WCatKK6RzfUJknjem0H9m4KgorO/p3Dopkk%3D' (2024-03-29)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/72fa0217f76020ad3aeb2dd9dd72490905b23b6f?narHash=sha256-0oYeE5VkhnPA7YBl%2B0Utq2cYoHcfsEhSGwraCa27Vs8%3D' (2024-02-29)
  → 'github:oxalica/rust-overlay/f258266af947599e8069df1c2e933189270f143a?narHash=sha256-EJ03x3N9ihhonAttkaCrqxb0djDq3URCuDpmVPbNZhA%3D' (2024-03-31)
2024-04-01 00:55:04 +00:00
30417e06fe
build(nix): fix naersk build broken when using non-default features
Fixes #520
2024-03-31 22:58:19 +01:00
42ae915645
chore(nix): add missing libpulseaudio to shell 2024-03-30 23:31:28 +00:00
bb02a21d0e
docs(compiling): add missing notifications feature flag 2024-03-30 23:24:30 +00:00
99eb560cea
build: update universal-config 2024-03-30 23:17:32 +00:00
eaaa937be8
chore: correct comment 2024-03-30 23:17:23 +00:00
bfdd62a321
Merge pull request #517 from JakeStanger/refactor/config
refactor: split bar/top-level config structs
2024-03-29 22:04:30 +00:00
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