Skip to content

Instantly share code, notes, and snippets.

@Pistos
Created August 9, 2018 20:18
Show Gist options
  • Save Pistos/bdfa5c19a530e8038b44cf9c6a714308 to your computer and use it in GitHub Desktop.
Save Pistos/bdfa5c19a530e8038b44cf9c6a714308 to your computer and use it in GitHub Desktop.
Save as /etc/portage/patches/kde-plasma/plasma-workspace/disable-lock-screen-blur.patch and re-emerge kde-plasma/plasma-workspace
--- a/lookandfeel/contents/components/WallpaperFader.qml 1969-12-31 19:00:01.000000000 -0500
+++ b/lookandfeel/contents/components/WallpaperFader.qml 2018-08-09 14:52:00.000000000 -0500
@@ -113,11 +113,11 @@
}
PropertyChanges {
target: wallpaperFader
- factor: 1
+ factor: 0
}
PropertyChanges {
target: clock.shadow
- opacity: 0
+ opacity: 1
}
},
State {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment