diff --git a/modules/bar/Clock.qml b/modules/bar/Clock.qml index dcf5660..3598e6d 100644 --- a/modules/bar/Clock.qml +++ b/modules/bar/Clock.qml @@ -25,7 +25,7 @@ Rectangle { id: clockText property bool showFull anchors.centerIn: parent - text: showFull ? Qt.formatDateTime(clock.date, "hh:mm / dd.mm.yy") : Qt.formatDateTime(clock.date, "hh:mm") + text: showFull ? Qt.formatDateTime(clock.date, "hh:mm / dd.MM.yy") : Qt.formatDateTime(clock.date, "hh:mm") } } MouseArea { diff --git a/modules/bar/Network.qml b/modules/bar/Network.qml index 2f70532..ba4cc74 100644 --- a/modules/bar/Network.qml +++ b/modules/bar/Network.qml @@ -38,7 +38,7 @@ Rectangle { // signal_wifi_4_bar } } - return "\ue1d8"; + return "\ue1da"; } else if (device.connected) { return "settings_ethernet"; }