mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
Support window blur in addition to transparency (#161)
Adds support for window blur via the Vibrancy feature on macOS and the BackgroundMaterial feature on Windows. The setting has no effect on Linux. If both transparency and blur are set, transparency will take precedence.
This commit is contained in:
@@ -75,6 +75,7 @@ type TermThemesConfigType map[string]TermThemeType
|
||||
// note we pointers so we preserve nulls
|
||||
type WindowSettingsType struct {
|
||||
Transparent *bool `json:"transparent"`
|
||||
Blur *bool `json:"blur"`
|
||||
Opacity *float64 `json:"opacity"`
|
||||
BgColor *string `json:"bgcolor"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user