mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-09-17 07:11:22 +02:00
AlphaColour, transparency, bar background, more grouping config options
This commit is contained in:
@@ -17,6 +17,7 @@ use crate::storage::Storage;
|
||||
use crate::storage::StorageConfig;
|
||||
use crate::time::Time;
|
||||
use crate::time::TimeConfig;
|
||||
use eframe::egui::Color32;
|
||||
use eframe::egui::Context;
|
||||
use eframe::egui::Ui;
|
||||
use schemars::JsonSchema;
|
||||
@@ -31,6 +32,7 @@ pub trait BarWidget {
|
||||
pub struct RenderConfig {
|
||||
/// Sets how widgets are grouped
|
||||
pub grouping: Grouping,
|
||||
pub background_color: Option<Color32>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize, JsonSchema)]
|
||||
|
||||
Reference in New Issue
Block a user