new themes + notif dnd
This commit is contained in:
@@ -189,12 +189,14 @@ PanelWindow {
|
||||
anchors.margins: 14
|
||||
spacing: 10
|
||||
|
||||
// ── Search input ──────────────────────────────────────────
|
||||
Rectangle {
|
||||
Layout.fillWidth: true
|
||||
height: 44
|
||||
radius: 10
|
||||
color: t.launcherInput
|
||||
border.color: searchInput.activeFocus ? t.launcherInputBorderFocus : t.launcherBorder
|
||||
border.width: Cfg.Config.popupBorderWidth
|
||||
|
||||
Behavior on color { NumberAnimation { duration: 180 } }
|
||||
|
||||
@@ -251,6 +253,7 @@ PanelWindow {
|
||||
radius: 8
|
||||
color: t.launcherPill
|
||||
border.color: t.launcherBorder
|
||||
border.width: Cfg.Config.popupBorderWidth
|
||||
|
||||
RowLayout {
|
||||
id: modeRow
|
||||
@@ -280,6 +283,7 @@ PanelWindow {
|
||||
}
|
||||
}
|
||||
|
||||
// ── Proxychains toggle ────────────────────────────
|
||||
Rectangle {
|
||||
id: proxyBtn
|
||||
height: 28
|
||||
@@ -287,7 +291,7 @@ PanelWindow {
|
||||
radius: 8
|
||||
color: root.proxyMode ? Qt.rgba(1, 0.35, 0.35, 0.22) : t.launcherPill
|
||||
border.color: root.proxyMode ? Qt.rgba(1, 0.35, 0.35, 0.65) : t.launcherBorder
|
||||
border.width: 1
|
||||
border.width: Cfg.Config.popupBorderWidth
|
||||
Behavior on color { ColorAnimation { duration: 150 } }
|
||||
Behavior on border.color { ColorAnimation { duration: 150 } }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user