fucking something i forgot
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
use toml::Table;
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
pub struct BarbarConfig {
|
||||
pub monitor: Option<String>,
|
||||
pub ups: Option<i32>, // Updates per second
|
||||
pub modules: Option<Table>, // 'clock': [clock settings]
|
||||
pub services: Option<Table>, // 'clockticker': [clockticker settings]
|
||||
}
|
||||
Reference in New Issue
Block a user