refactor: make screenshots even less bad, and copy to the clipboard

This commit is contained in:
kossLAN 2025-10-15 15:12:42 -04:00
parent 62ed66e60a
commit 29658fa910
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
4 changed files with 52 additions and 7 deletions

View file

@ -40,7 +40,6 @@ Variants {
// Left side of bar
RowLayout {
spacing: 15
Layout.fillWidth: true
Layout.fillHeight: true
Layout.alignment: Qt.AlignLeft
@ -94,6 +93,7 @@ Variants {
Clock {
id: clock
color: ShellSettings.colors.active
Layout.leftMargin: 5
}
}
}