popup
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//! Battery module messages.
|
||||
|
||||
/// A module-local message for the battery tile (bar/popup interactions).
|
||||
#[derive(Clone)]
|
||||
pub enum BatteryAction {
|
||||
/// Open the battery info popup.
|
||||
OpenPopup,
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
//! Messages owned by bar modules.
|
||||
|
||||
mod battery;
|
||||
mod clock;
|
||||
mod weather;
|
||||
|
||||
pub use battery::*;
|
||||
pub use clock::*;
|
||||
pub use weather::*;
|
||||
|
||||
Reference in New Issue
Block a user