Implement network icon

This commit is contained in:
Jeremy Soller 2024-01-17 11:18:58 -07:00
parent d4d2773715
commit 41cc4d1db7
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
3 changed files with 139 additions and 11 deletions

View file

@ -8,6 +8,9 @@ mod locker;
#[cfg(feature = "logind")]
mod logind;
#[cfg(feature = "networkmanager")]
mod networkmanager;
fn main() -> Result<(), Box<dyn std::error::Error>> {
env_logger::init();