Skip to content

Commit

Permalink
modify sddm theme to remove need or qt graphical effects
Browse files Browse the repository at this point in the history
  • Loading branch information
mecattaf committed Jan 20, 2025
1 parent 067ab75 commit e5ad316
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions files/system/usr/share/sddm/themes/classic_nocursor/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import QtQuick 2.15
import QtQuick.Controls 2.0
import SddmComponents 2.0

import Qt5Compat.GraphicalEffects

Rectangle {
id: root
width: 640
Expand Down Expand Up @@ -204,14 +202,6 @@ Rectangle {
}
}

FastBlur {
id: fastBlur
z: 3
anchors.fill: image
source: image
radius: config.intValue("blurRadius")
}

}

TextInput {
Expand Down

0 comments on commit e5ad316

Please sign in to comment.