Compare commits

..

2 commits

Author SHA1 Message Date
4e117ce2d1
use implicit size for windows in guide pages 2025-05-13 21:07:18 -07:00
59fcd47a36
nix: update lockfile 2025-05-13 21:07:17 -07:00
2 changed files with 19 additions and 19 deletions

16
flake.lock generated
View file

@ -23,11 +23,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1741766016, "lastModified": 1747193493,
"narHash": "sha256-2Xgl+wa+T+58StwwFQT4S1LKR7Sn0hFTqyIzrBJo9Os=", "narHash": "sha256-wY2f9H2d638zGz8bQUxHtybSFDbp8mtwXF7ycdpv+a4=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "7bab2fdc0f1196e4a38882135439a8498ffc25b5", "rev": "baa9e5e07489ae027557f2ab4489d94c2739ef6b",
"revCount": 489, "revCount": 514,
"type": "git", "type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell" "url": "https://git.outfoxxed.me/quickshell/quickshell"
}, },
@ -44,11 +44,11 @@
"quickshell": "quickshell" "quickshell": "quickshell"
}, },
"locked": { "locked": {
"lastModified": 1741766688, "lastModified": 1747195325,
"narHash": "sha256-d7S33RTY8OltDbU6A/mE5OUrDiI4ZegvQ0PkRwJ4c+I=", "narHash": "sha256-yQ2q0qN9+wwrD8vaa05c4qzQV2T/8kJWnIMxjYX+2E0=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "ab50ba48d7f97ec5fec6b083a2048ccc009dfde2", "rev": "2cea52181ea9da3d2d48bee254bcf9ee40341469",
"revCount": 98, "revCount": 99,
"type": "git", "type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell-docs" "url": "https://git.outfoxxed.me/quickshell/quickshell-docs"
}, },

View file

@ -94,7 +94,7 @@ import QtQuick // for Text
right: true right: true
} }
height: 30 implicitHeight: 30
@@QtQuick.Text { @@QtQuick.Text {
// center the bar in its parent component (the window) // center the bar in its parent component (the window)
@ -141,7 +141,7 @@ import QtQuick
right: true right: true
} }
height: 30 implicitHeight: 30
@@QtQuick.Text { @@QtQuick.Text {
// give the text an ID we can refer to elsewhere in the file // give the text an ID we can refer to elsewhere in the file
@ -188,7 +188,7 @@ import QtQuick
right: true right: true
} }
height: 30 implicitHeight: 30
@@QtQuick.Text { @@QtQuick.Text {
id: clock id: clock
@ -271,7 +271,7 @@ import QtQuick
right: true right: true
} }
height: 30 implicitHeight: 30
@@QtQuick.Text { @@QtQuick.Text {
id: clock id: clock
@ -337,7 +337,7 @@ import QtQuick
right: true right: true
} }
height: 30 implicitHeight: 30
@@QtQuick.Text { @@QtQuick.Text {
id: clock id: clock
@ -417,7 +417,7 @@ import QtQuick
right: true right: true
} }
height: 30 implicitHeight: 30
@@QtQuick.Text { @@QtQuick.Text {
// remove the id as we don't need it anymore // remove the id as we don't need it anymore
@ -489,7 +489,7 @@ import QtQuick
right: true right: true
} }
height: 30 implicitHeight: 30
@@QtQuick.Text { @@QtQuick.Text {
anchors.centerIn: parent anchors.centerIn: parent
@ -556,7 +556,7 @@ import QtQuick
right: true right: true
} }
height: 30 implicitHeight: 30
@@QtQuick.Text { @@QtQuick.Text {
anchors.centerIn: parent anchors.centerIn: parent
@ -635,7 +635,7 @@ import QtQuick
right: true right: true
} }
height: 30 implicitHeight: 30
// the ClockWidget type we just created // the ClockWidget type we just created
ClockWidget { ClockWidget {
@ -717,7 +717,7 @@ import Quickshell
right: true right: true
} }
height: 30 implicitHeight: 30
ClockWidget { ClockWidget {
anchors.centerIn: parent anchors.centerIn: parent
@ -799,7 +799,7 @@ import Quickshell
right: true right: true
} }
height: 30 implicitHeight: 30
ClockWidget { ClockWidget {
anchors.centerIn: parent anchors.centerIn: parent