forked from Shinonome/dots-hyprland
disable transparency by default (why was this even on...)
This commit is contained in:
@@ -82,7 +82,7 @@ Singleton {
|
|||||||
property bool extraBackgroundTint: true
|
property bool extraBackgroundTint: true
|
||||||
property int fakeScreenRounding: 2 // 0: None | 1: Always | 2: When not fullscreen
|
property int fakeScreenRounding: 2 // 0: None | 1: Always | 2: When not fullscreen
|
||||||
property JsonObject transparency: JsonObject {
|
property JsonObject transparency: JsonObject {
|
||||||
property bool enable: true
|
property bool enable: false
|
||||||
property bool automatic: true
|
property bool automatic: true
|
||||||
property real backgroundTransparency: 0.11
|
property real backgroundTransparency: 0.11
|
||||||
property real contentTransparency: 0.57
|
property real contentTransparency: 0.57
|
||||||
|
|||||||
Reference in New Issue
Block a user