ShutdownUI: Optimize UI details

pull/21/head
kateleet 4 years ago
parent 8e3d3279e7
commit 1f29e39641

@ -1,2 +1,2 @@
[General]
Version=0.6
Version=0.7

@ -164,7 +164,7 @@ void ProcessManager::startDaemonProcess()
list << qMakePair(QString("chotkeys"), QStringList());
if (QFile("/usr/bin/cutefish-daemon").exists()) {
list << qMakePair(QString("cutefish-daemon"), QStringList());
list << qMakePair(QString("/usr/bin/cutefish-daemon"), QStringList());
}
for (QPair<QString, QStringList> pair : list) {

@ -20,6 +20,7 @@
import QtQuick 2.0
import QtQuick.Controls 2.5
import QtQuick.Layouts 1.3
import QtGraphicalEffects 1.0
import FishUI 1.0 as FishUI
Item {
@ -75,6 +76,7 @@ Item {
}
Label {
id: _label
Layout.alignment: Qt.AlignCenter
text: control.text
color: "white"

@ -63,13 +63,6 @@ ApplicationWindow {
visible: wallpaper.type === 0
}
ColorOverlay {
anchors.fill: parent
source: parent
color: "#000000"
opacity: 0.4
}
FastBlur {
id: wallpaperBlur
anchors.fill: parent
@ -79,6 +72,13 @@ ApplicationWindow {
visible: wallpaperImage.visible
}
ColorOverlay {
anchors.fill: parent
source: parent
color: "#000000"
opacity: 0.2
}
Accounts.UserAccount {
id: currentUser
}

Loading…
Cancel
Save