Update
This commit is contained in:
		
							parent
							
								
									d0a2b81357
								
							
						
					
					
						commit
						65266b5a03
					
				|  | @ -357,9 +357,9 @@ WidgetStyleFile.writeEntry("widgetStyle", "Klassy"); | ||||||
| /* Buttons of aurorae */ | /* Buttons of aurorae */ | ||||||
| Buttons = ConfigFile("kwinrc"); | Buttons = ConfigFile("kwinrc"); | ||||||
| Buttons.group = "org.kde.kdecoration2"; | Buttons.group = "org.kde.kdecoration2"; | ||||||
| Buttons.writeEntry("ButtonsOnLeft", "M"); | Buttons.writeEntry("ButtonsOnLeft", "MFS"); | ||||||
| // Buttons.deleteEntry("ButtonsOnLeft");
 | // Buttons.deleteEntry("ButtonsOnLeft");
 | ||||||
| Buttons.writeEntry("ButtonsOnRight", "IAX"); | Buttons.writeEntry("ButtonsOnRight", "HIAX"); | ||||||
| // Buttons.deleteEntry("ButtonsOnRight");
 | // Buttons.deleteEntry("ButtonsOnRight");
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | @ -375,8 +375,6 @@ Decorator.writeEntry("theme", "Klassy"); | ||||||
| /* Plugins of aurorae */ | /* Plugins of aurorae */ | ||||||
| Plugins = ConfigFile("kwinrc"); | Plugins = ConfigFile("kwinrc"); | ||||||
| Plugins.group = "Plugins"; | Plugins.group = "Plugins"; | ||||||
| Plugins.writeEntry("blurEnabled", "true"); |  | ||||||
| Plugins.writeEntry("contrastEnabled", "true"); |  | ||||||
| Plugins.writeEntry("cubeEnabled", "true"); | Plugins.writeEntry("cubeEnabled", "true"); | ||||||
| Plugins.writeEntry("desktopchangeosdEnabled", "true"); | Plugins.writeEntry("desktopchangeosdEnabled", "true"); | ||||||
| Plugins.writeEntry("diminactiveEnabled", "false"); | Plugins.writeEntry("diminactiveEnabled", "false"); | ||||||
|  | @ -384,6 +382,19 @@ Plugins.deleteEntry("diminactiveEnabled"); | ||||||
| Plugins.writeEntry("dimscreenEnabled", "true"); | Plugins.writeEntry("dimscreenEnabled", "true"); | ||||||
| Plugins.writeEntry("fadedesktopEnabled", "true"); | Plugins.writeEntry("fadedesktopEnabled", "true"); | ||||||
| 
 | 
 | ||||||
|  | let forceblur = true; | ||||||
|  | 
 | ||||||
|  | if (forceblur) { | ||||||
|  |     Plugins.writeEntry("forceblurEnabled", "true"); | ||||||
|  |     Plugins.writeEntry("blurEnabled", "false"); | ||||||
|  |     Plugins.writeEntry("contrastEnabled", "false"); | ||||||
|  |     Plugins.writeEntry("kwin4_effect_shapecornersEnabled", "false"); | ||||||
|  | } else { | ||||||
|  |     Plugins.writeEntry("forceblurEnabled", "false"); | ||||||
|  |     Plugins.writeEntry("blurEnabled", "true"); | ||||||
|  |     Plugins.writeEntry("contrastEnabled", "true"); | ||||||
|  |     Plugins.writeEntry("kwin4_effect_shapecornersEnabled", "true"); | ||||||
|  | } | ||||||
| 
 | 
 | ||||||
| let kinetic = true; | let kinetic = true; | ||||||
| 
 | 
 | ||||||
|  | @ -416,7 +427,6 @@ if (kinetic) { | ||||||
| 
 | 
 | ||||||
| Plugins.writeEntry("kwin4_effect_cornersshaderEnabled", "true"); | Plugins.writeEntry("kwin4_effect_cornersshaderEnabled", "true"); | ||||||
| Plugins.writeEntry("kwin4_effect_fadedesktopEnabled", "true"); | Plugins.writeEntry("kwin4_effect_fadedesktopEnabled", "true"); | ||||||
| Plugins.writeEntry("kwin4_effect_shapecornersEnabled", "true"); |  | ||||||
| Plugins.writeEntry("kwin4_effect_translucencyEnabled", "true"); | Plugins.writeEntry("kwin4_effect_translucencyEnabled", "true"); | ||||||
| Plugins.writeEntry("kwin_effect_lightlyshadersEnabled", "false"); | Plugins.writeEntry("kwin_effect_lightlyshadersEnabled", "false"); | ||||||
| Plugins.deleteEntry("kwin_effect_lightlyshadersEnabled"); | Plugins.deleteEntry("kwin_effect_lightlyshadersEnabled"); | ||||||
|  | @ -427,6 +437,18 @@ Plugins.writeEntry("slideEnabled", "false"); | ||||||
| Plugins.writeEntry("translucencyEnabled", "true"); | Plugins.writeEntry("translucencyEnabled", "true"); | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | /* Effect-blurplus */ | ||||||
|  | Overview = ConfigFile("kwinrc"); | ||||||
|  | Overview.group = "Effect-blurplus"; | ||||||
|  | Overview.writeEntry("BlurDecorations", "true"); | ||||||
|  | Overview.writeEntry("BlurMenus", "true"); | ||||||
|  | Overview.writeEntry("PaintAsTranslucent", "true"); | ||||||
|  | Overview.writeEntry("TopCornerRadius", 5); | ||||||
|  | Overview.writeEntry("BottomCornerRadius", 5); | ||||||
|  | Overview.writeEntry("DockCornerRadius", 5); | ||||||
|  | Overview.writeEntry("MenuCornerRadius", 5); | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
| /* Effect-overview */ | /* Effect-overview */ | ||||||
| Overview = ConfigFile("kwinrc"); | Overview = ConfigFile("kwinrc"); | ||||||
| Overview.group = "Effect-overview"; | Overview.group = "Effect-overview"; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue