Compare commits

..

No commits in common. "4bda51f02c6da34acbc71553213ca6005c7c767a" and "112ed0d6de08dfde12f1eeac437bfa943ac1aa7e" have entirely different histories.

17 changed files with 95 additions and 79 deletions

View file

@ -1,9 +1,12 @@
import qs.config
import QtQuick
import Quickshell.Widgets
Rectangle {
WrapperRectangle {
id: root
margin: 8
radius: Styling.theme.radiusBox
color: Styling.theme.base100
color: Styling.theme.base200
Behavior on color {
ColorAnimation {
duration: Styling.animations.speed.normal

View file

@ -3,7 +3,6 @@ import QtQuick
import Quickshell.Widgets
WrapperRectangle {
margin: 8
radius: Styling.theme.radiusBox
color: Styling.theme.base100
Behavior on color {

View file

@ -22,7 +22,6 @@ StyledWrapperRectangle {
border.color: Styling.theme.base200
margin: 4
color: Styling.theme.base100
RowLayout {

View file

@ -1,6 +1,7 @@
import qs.components
import Quickshell
StyledRectangle {
StyledText {
text: ` ${Qt.formatDateTime(clock.date, "hh:mm:ss AP")}`
SystemClock {
@ -8,3 +9,4 @@ StyledText {
precision: SystemClock.Seconds
}
}
}

View file

@ -5,6 +5,8 @@ import qs.utils
import QtQuick
import QtQuick.Layouts
StyledRectangle {
RowLayout {
Ref {
@ -19,3 +21,4 @@ RowLayout {
text: ` ${(SystemInfo.memPerc * 100).toFixed()}%`
}
}
}

View file

@ -5,6 +5,8 @@ import qs.utils
import QtQuick
import QtQuick.Layouts
StyledRectangle {
RowLayout {
Ref {
@ -50,3 +52,4 @@ RowLayout {
text: ` ${(NetworkService.active?.strength ?? 0).toFixed()}%`
}
}
}

View file

@ -5,6 +5,8 @@ import qs.utils
import QtQuick
import QtQuick.Layouts
StyledRectangle {
RowLayout {
Ref {
@ -21,3 +23,4 @@ RowLayout {
text: ` ${(SystemInfo.storagePerc * 100).toFixed()}%`
}
}
}

View file

@ -1,21 +1,20 @@
pragma ComponentBehavior: Bound
import qs.components
import qs.config
import QtQuick
import QtQuick.Layouts
import Quickshell
import Quickshell.Bluetooth
import Quickshell.Widgets
StyledWrapperRectangle {
StyledRectangle {
id: root
required property BluetoothDevice modelData
RowLayout {
id: row
spacing: Styling.layout.spacing.base
spacing: 8
Loader {
active: root.modelData?.icon != undefined

View file

@ -8,14 +8,14 @@ import Quickshell
import Quickshell.Bluetooth
import Quickshell.Widgets
StyledWrapperRectangle {
StyledRectangle {
id: root
required property BluetoothDevice modelData
RowLayout {
id: row
spacing: Styling.layout.spacing.base
spacing: 8
Loader {
active: root.modelData?.icon != undefined

View file

@ -2,20 +2,21 @@ pragma ComponentBehavior: Bound
import qs.components
import qs.config
import qs.widgets
import QtQuick
import QtQuick.Layouts
import Quickshell
import Quickshell.Bluetooth
import Quickshell.Widgets
StyledWrapperRectangle {
StyledRectangle {
id: root
required property BluetoothDevice modelData
RowLayout {
id: row
spacing: Styling.layout.spacing.base
spacing: 8
Loader {
active: root.modelData?.icon != undefined

View file

@ -1,16 +1,18 @@
pragma ComponentBehavior: Bound
import qs.components
import qs.widgets
import QtQuick
import QtQuick.Layouts
import Quickshell
import Quickshell.Widgets
StyledWrapperRectangle {
StyledRectangle {
id: root
required property var modelData
margin: 16
anchors.left: parent.left
anchors.right: parent.right

View file

@ -1,6 +1,7 @@
pragma ComponentBehavior: Bound
import qs.components
import qs.config
import qs.services
import QtQuick
import QtQuick.Layouts
@ -24,8 +25,9 @@ StyledPopupWindow {
onClicked: Notifications.clear()
}
StyledWrapperRectangle {
StyledRectangle {
Layout.columnSpan: 2
color: Styling.theme.base200
StyledListView {
id: notifications

View file

@ -9,7 +9,7 @@ import Quickshell.Wayland
import QtQuick
import QtQuick.Layouts
StyledPanelWindow {
StyledWindow {
id: root
name: "launcher"

View file

@ -9,7 +9,7 @@ import Quickshell.Wayland
import QtQuick
import QtQuick.Layouts
StyledPanelWindow {
StyledWindow {
id: root
name: "pomodoro"

View file

@ -9,7 +9,7 @@ import Quickshell.Wayland
import QtQuick
import QtQuick.Layouts
StyledPanelWindow {
StyledWindow {
id: root
name: "powermenu"

View file

@ -9,7 +9,7 @@ import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
StyledPanelWindow {
StyledWindow {
id: root
name: "storybook"