plasma-runners: use the same icon for the match as the one in the desktop file

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-04-19 00:43:54 +03:00
parent 2ba83b4901
commit 227e460780

View file

@ -52,7 +52,7 @@ void SleeperRunner::match(Plasma::RunnerContext &context)
sleeptime = s_sleeptime;
}
Plasma::QueryMatch match(this);
match.setIcon(KIcon("timer"));
match.setIcon(KIcon("applications-engineering"));
match.setText(i18n("Sleepy time: %1", sleeptime));
match.setData(sleeptime);
context.addMatch(match);