Skip to content

feat: load bars on monitor when it connects #771

feat: load bars on monitor when it connects

feat: load bars on monitor when it connects #771

Triggered via pull request January 11, 2024 23:22
Status Success
Total duration 7m 11s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
associated function `new` is never used: src/modules/mod.rs#L116
warning: associated function `new` is never used --> src/modules/mod.rs:116:8 | 115 | impl<W: IsA<Widget>> ModuleParts<W> { | ----------------------------------- associated function in this implementation 116 | fn new(widget: W, popup: Option<ModulePopupParts>) -> Self { | ^^^
constant `ERR_WAYLAND_DATA` is never used: src/error.rs#L12
warning: constant `ERR_WAYLAND_DATA` is never used --> src/error.rs:12:11 | 12 | pub const ERR_WAYLAND_DATA: &str = "Failed to get data for Wayland object"; | ^^^^^^^^^^^^^^^^
method `output_info_all` is never used: src/clients/wayland/wl_output.rs#L24
warning: method `output_info_all` is never used --> src/clients/wayland/wl_output.rs:24:12 | 22 | impl Client { | ----------- method in this implementation 23 | /// Gets the information for all outputs. 24 | pub fn output_info_all(&self) -> Vec<OutputInfo> { | ^^^^^^^^^^^^^^^
fields `queue_handle` and `loop_handle` are never read: src/clients/wayland/mod.rs#L181
warning: fields `queue_handle` and `loop_handle` are never read --> src/clients/wayland/mod.rs:181:5 | 176 | pub struct Environment { | ----------- fields in this struct ... 181 | queue_handle: QueueHandle<Self>, | ^^^^^^^^^^^^ 182 | loop_handle: LoopHandle<'static, Self>, | ^^^^^^^^^^^ | = note: `Environment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
variant `OutputInfoAll` is never constructed: src/clients/wayland/mod.rs#L68
warning: variant `OutputInfoAll` is never constructed --> src/clients/wayland/mod.rs:68:5 | 65 | pub enum Request { | ------- variant in this enum ... 68 | OutputInfoAll, | ^^^^^^^^^^^^^ | = note: `Request` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
method `reload_config` is never used: src/main.rs#L261
warning: method `reload_config` is never used --> src/main.rs:261:8 | 101 | impl Ironbar { | ------------ method in this implementation ... 261 | fn reload_config(&self) { | ^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
variable does not need to be mutable: src/main.rs#L273
warning: variable does not need to be mutable --> src/main.rs:273:9 | 273 | let mut config = env::var("IRONBAR_CONFIG") | ----^^^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` on by default
unused variable: `seat`: src/clients/wayland/wl_seat.rs#L54
warning: unused variable: `seat` --> src/clients/wayland/wl_seat.rs:54:9 | 54 | seat: WlSeat, | ^^^^ help: if this is intentional, prefix it with an underscore: `_seat`
unused variable: `seat`: src/clients/wayland/wl_seat.rs#L27
warning: unused variable: `seat` --> src/clients/wayland/wl_seat.rs:27:9 | 27 | seat: WlSeat, | ^^^^ help: if this is intentional, prefix it with an underscore: `_seat`
unused variable: `qh`: src/clients/wayland/wl_seat.rs#L26
warning: unused variable: `qh` --> src/clients/wayland/wl_seat.rs:26:9 | 26 | qh: &QueueHandle<Self>, | ^^ help: if this is intentional, prefix it with an underscore: `_qh` | = note: `#[warn(unused_variables)]` on by default
unused import: `wayland_client::protocol::wl_seat::WlSeat`: src/clients/wayland/mod.rs#L28
warning: unused import: `wayland_client::protocol::wl_seat::WlSeat` --> src/clients/wayland/mod.rs:28:5 | 28 | use wayland_client::protocol::wl_seat::WlSeat; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/