Skip to content

Instantly share code, notes, and snippets.

@saniyathossain
Created April 21, 2022 06:06
Show Gist options
  • Save saniyathossain/ea656b499929f1fed0387a057c2d359c to your computer and use it in GitHub Desktop.
Save saniyathossain/ea656b499929f1fed0387a057c2d359c to your computer and use it in GitHub Desktop.
KDE Plasma cpu usage fix
sudo vim /usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationIcon.qml
PlasmaComponents.BusyIndicator {
anchors.fill: parent
visible: jobs ? jobs.count > 0 : false
running: false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment