chore: theme-v2 libcosmic update
This commit is contained in:
parent
667414bd92
commit
55d57ddba2
19 changed files with 609 additions and 386 deletions
|
|
@ -726,7 +726,7 @@ where
|
|||
return Ok(Vec::new());
|
||||
}
|
||||
let theme = shell_ref.theme().clone();
|
||||
let blur_strength = 9; // TODO
|
||||
let blur_strength = (theme.cosmic().frosted as u8 + 1) as usize;
|
||||
let scale = output.current_scale().fractional_scale();
|
||||
// we don't want to hold a shell lock across `cursor_elements`,
|
||||
// that is prone to deadlock with the main-thread on some grabs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue