Skip to content

Commit

Permalink
add UKUI desktop environment icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hantengc committed Sep 20, 2024
1 parent f3dd34e commit 6a8b286
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/notificationitem/notificationitem.cpp
Original file line number Diff line number Diff line change
@@ -60,6 +60,8 @@ class StatusNotifierItem : public dbus::ObjectVTable<StatusNotifierItem> {

if (isKDE()) {
icon = "input-keyboard";
} else if (isUKUI()) {
icon = "ukui-english-en-symbolic";
}
}
std::string iconName() {

0 comments on commit 6a8b286

Please sign in to comment.