mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Attempt to offer linux transparency
Add 'transparent' as a color option Default to 'transparent' Make sure to set color to appropriate things, so transparency is achieved
This commit is contained in:
@@ -62,7 +62,7 @@ func NewCommonSettingsFromModule(name, defaultTitle string, moduleConfig *config
|
||||
|
||||
common := Common{
|
||||
Colors: Colors{
|
||||
Background: moduleConfig.UString("background", globalSettings.UString("background", "black")),
|
||||
Background: moduleConfig.UString("background", globalSettings.UString("background", "transparent")),
|
||||
BorderFocusable: colorsConfig.UString("border.focusable", "red"),
|
||||
BorderFocused: colorsConfig.UString("border.focused", "orange"),
|
||||
BorderNormal: colorsConfig.UString("border.normal", "gray"),
|
||||
|
||||
Reference in New Issue
Block a user