mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-02 11:11:04 +02:00
feat: wlroots-agnostic support for launcher
module
This commit is contained in:
parent
bb4fe7f7f5
commit
b1c66b9117
7 changed files with 172 additions and 247 deletions
|
@ -13,7 +13,6 @@ mod wayland;
|
|||
use crate::bar::create_bar;
|
||||
use crate::config::{Config, MonitorConfig};
|
||||
use crate::style::load_css;
|
||||
use crate::sway::get_client;
|
||||
use color_eyre::eyre::Result;
|
||||
use color_eyre::Report;
|
||||
use dirs::config_dir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue