mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-04 04:01:03 +02:00
feat(ipc): support for injecting additional stylesheets
This commit is contained in:
parent
ded50cca6f
commit
c6319b78fd
3 changed files with 23 additions and 2 deletions
|
@ -27,4 +27,11 @@ pub enum Command {
|
|||
/// Variable key.
|
||||
key: Box<str>,
|
||||
},
|
||||
|
||||
/// Load an additional CSS stylesheet.
|
||||
/// The sheet is automatically hot-reloaded.
|
||||
LoadCss {
|
||||
/// The path to the sheet.
|
||||
path: PathBuf,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue