mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-18 19:11:11 +02:00
docs(schema): ensure all public-facing bar config opts have docstrings
This commit is contained in:
@@ -22,6 +22,7 @@ mod defaults {
|
||||
|
||||
#[derive(Copy, Clone, Debug, Serialize, Deserialize)]
|
||||
#[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))]
|
||||
/// CPU widget configuration
|
||||
pub struct CpuConfig {
|
||||
/// Enable the Cpu widget
|
||||
pub enable: bool,
|
||||
|
||||
Reference in New Issue
Block a user