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 30c6e4b commit 4c5be0f
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
Expand Up @@ -57,6 +57,8 @@ class StatusNotifierItem : public dbus::ObjectVTable<StatusNotifierItem> {
if (icon.empty() || icon == "input-keyboard") {
if (isKDE()) {
icon = "input-keyboard";
} else if (isUKUI()) {
icon = "ukui-english-en-symbolic";
} else {
icon = "input-keyboard-symbolic";
}
Expand Down

0 comments on commit 4c5be0f

Please sign in to comment.