Compare commits
3 commits
9aa8084df9
...
b84b29ed7f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b84b29ed7f | ||
|
|
6653588589 | ||
|
|
4af55f8117 |
4 changed files with 10 additions and 12 deletions
|
|
@ -15,7 +15,7 @@ Singleton {
|
|||
component Bar: QtObject {
|
||||
id: bar
|
||||
|
||||
property int spacing: 6
|
||||
property int spacing: 8
|
||||
property int border: 2
|
||||
property int height: 50
|
||||
property int verticalMargins: 4
|
||||
|
|
@ -37,7 +37,7 @@ Singleton {
|
|||
id: workspace
|
||||
|
||||
property int spacing: 5
|
||||
property int iconSize: 18
|
||||
property int iconSize: 16
|
||||
property int width: 30
|
||||
property int height: 30
|
||||
property int verticalPadding: 6
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ Scope {
|
|||
|
||||
SystemLogo {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
implicitSize: 22
|
||||
}
|
||||
|
||||
Workspaces {
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import Quickshell
|
||||
import Quickshell.Widgets
|
||||
|
||||
Button {
|
||||
icon.name: "archlinux-logo"
|
||||
icon.height: 18
|
||||
icon.width: 18
|
||||
background: undefined
|
||||
IconImage {
|
||||
source: Quickshell.iconPath("archlinux-logo")
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ Item {
|
|||
reversible: true
|
||||
ColorAnimation {
|
||||
properties: "color"
|
||||
duration: 300
|
||||
duration: 200
|
||||
easing.type: Easing.InOutCubic
|
||||
}
|
||||
}
|
||||
|
|
@ -66,11 +66,11 @@ Item {
|
|||
reversible: true
|
||||
ParallelAnimation {
|
||||
RotationAnimation {
|
||||
duration: 300
|
||||
duration: 200
|
||||
easing.type: Easing.InOutCubic
|
||||
}
|
||||
ColorAnimation {
|
||||
duration: 300
|
||||
duration: 200
|
||||
easing.type: Easing.OutCubic
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue