diff --git a/qml/cool-old-term/ShaderSettings.qml b/qml/cool-old-term/ShaderSettings.qml index 28aa6b5..a08893b 100644 --- a/qml/cool-old-term/ShaderSettings.qml +++ b/qml/cool-old-term/ShaderSettings.qml @@ -8,7 +8,7 @@ Item{ property real brightness_flickering: 0.2 property real noise_strength: 0.1 - property real screen_distortion: 0.0 + property real screen_distortion: 0.15 property real glowing_line_strength: 0.4 //property real faulty_screen_prob: 1.0 diff --git a/qml/cool-old-term/TerminalScreen.qml b/qml/cool-old-term/TerminalScreen.qml index 3aa8fe3..b5503ea 100644 --- a/qml/cool-old-term/TerminalScreen.qml +++ b/qml/cool-old-term/TerminalScreen.qml @@ -134,7 +134,7 @@ TerminalScreen { NumberAnimation { target: flash property: "opacity" - to: 1 + to: 0.5 duration: 75 } NumberAnimation { diff --git a/qml/cool-old-term/main.qml b/qml/cool-old-term/main.qml index d2791e0..2499ae9 100644 --- a/qml/cool-old-term/main.qml +++ b/qml/cool-old-term/main.qml @@ -196,7 +196,7 @@ ApplicationWindow{ id: frame anchors.fill: parent z: 2.1 - source: "./frames/NoFrame.qml" + source: "./frames/WhiteSimpleFrame.qml" } TerminalScreen {