Compare commits

...

5 Commits

Author SHA1 Message Date
Aaron Rainbolt
fc7be2adb7
Fix keyboard layout indicator 2025-09-30 15:38:23 -05:00
Aaron Rainbolt
1bf7aeeaa9
Questing theming 2025-09-04 14:37:57 -05:00
Aaron Rainbolt
d6c1d85e09
Bump Standards-Version 2025-06-08 01:49:04 -05:00
Aaron Rainbolt
5f2d66068e
New lubuntu-artwork release 2025-06-08 01:44:12 -05:00
Sean West
e61ddbae04
added fancymenu hover styling 2025-06-08 01:41:22 -05:00
12 changed files with 85 additions and 23 deletions

26
debian/changelog vendored
View File

@ -1,3 +1,29 @@
lubuntu-artwork (25.10.3) questing; urgency=medium
* Fix Plymouth theme keyboard layout indicator. (LP: #2125433)
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 30 Sep 2025 15:36:22 -0500
lubuntu-artwork (25.10.2) questing; urgency=medium
* Upload Questing Quokka artwork.
* Adjust SDDM theming for new login screen background.
* Fix background aspect ratio distortion. (LP: #2122069)
* Don't end up with the text message stuck as "Login failed" if a wrong
password is entered. (LP: #2122068)
* Fix the code that clears the password box if a wrong password is input.
(LP: #2122062)
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 04 Sep 2025 12:08:40 -0500
lubuntu-artwork (25.10.1) questing; urgency=medium
* Add hover styling to LXQt menu (contributed by Sean West, thank you!)
* Updated copyright file.
* Bump Standards-Version to 4.7.2, no changes necessary.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 08 Jun 2025 01:41:55 -0500
lubuntu-artwork (25.04.5) plucky; urgency=medium lubuntu-artwork (25.04.5) plucky; urgency=medium
* Flip wallpaper horizontally to reduce clutter. * Flip wallpaper horizontally to reduce clutter.

2
debian/control vendored
View File

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
Uploaders: Simon Quigley <tsimonq2@ubuntu.com> Uploaders: Simon Quigley <tsimonq2@ubuntu.com>
Build-Depends: debhelper-compat (= 13), icon-naming-utils, intltool Build-Depends: debhelper-compat (= 13), icon-naming-utils, intltool
Standards-Version: 4.7.0 Standards-Version: 4.7.2
Homepage: https://lubuntu.me Homepage: https://lubuntu.me
Vcs-Browser: https://git.lubuntu.me/Lubuntu/artwork Vcs-Browser: https://git.lubuntu.me/Lubuntu/artwork
Vcs-Git: https://git.lubuntu.me/Lubuntu/artwork.git Vcs-Git: https://git.lubuntu.me/Lubuntu/artwork.git

10
debian/copyright vendored
View File

@ -6,6 +6,8 @@ Files: *
Copyright: 2009-2017 Julien Lavergne <gilir@ubuntu.com> Copyright: 2009-2017 Julien Lavergne <gilir@ubuntu.com>
2018-2024 Simon Quigley <tsimonq2@ubuntu.com> 2018-2024 Simon Quigley <tsimonq2@ubuntu.com>
2023 Walter Lapchynski <wxl@ubuntu.com> 2023 Walter Lapchynski <wxl@ubuntu.com>
2025 Sean West
2025 Aaron Rainbolt <arraybolt3@ubuntu.com>
License: GPL-2+ License: GPL-2+
Files: usr/share/plymouth/* Files: usr/share/plymouth/*
@ -43,6 +45,14 @@ License: CC0
Files: /usr/share/lubuntu/wallpapers/2210-kudu.png Files: /usr/share/lubuntu/wallpapers/2210-kudu.png
/usr/share/lubuntu/wallpapers/2304-lunar-lobster.png /usr/share/lubuntu/wallpapers/2304-lunar-lobster.png
/usr/share/lubuntu/wallpapers/2304-clear-lobster.png /usr/share/lubuntu/wallpapers/2304-clear-lobster.png
/usr/share/lubuntu/wallpapers/2404-stellar-numbat.png
/usr/share/lubuntu/wallpapers/2404-sddm-numbat.png
/usr/share/lubuntu/wallpapers/2410-oriole.png
/usr/share/lubuntu/wallpapers/2410-sddm-oriole.png
/usr/share/lubuntu/wallpapers/2504-puffin.png
/usr/share/lubuntu/wallpapers/2504-sddm-ocean.png
/usr/share/lubuntu/wallpapers/2510-quokka.png
/usr/share/lubuntu/wallpapers/2510-sddm-quokka.png
Copyright: 2022-2023 Aaron Rainbolt Copyright: 2022-2023 Aaron Rainbolt
2022-2023 MediaMom Ministries 2022-2023 MediaMom Ministries
License: CC-BY-SA-4.0 License: CC-BY-SA-4.0

View File

@ -8,6 +8,7 @@ usr/share/lubuntu/wallpapers/2310-*
usr/share/lubuntu/wallpapers/2404-* usr/share/lubuntu/wallpapers/2404-*
usr/share/lubuntu/wallpapers/2410-* usr/share/lubuntu/wallpapers/2410-*
usr/share/lubuntu/wallpapers/2504-* usr/share/lubuntu/wallpapers/2504-*
usr/share/lubuntu/wallpapers/2510-*
usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png
usr/share/lxqt/themes/Lubuntu* usr/share/lxqt/themes/Lubuntu*
usr/share/themes/ usr/share/themes/

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 MiB

View File

@ -1 +1 @@
2504-puffin.png 2510-quokka.png

View File

@ -541,8 +541,13 @@ TrayIcon {
padding-right: 4px; padding-right: 4px;
} }
#FancyMenu QListView::item::hover {
color: rgb(210, 216, 224);
background: rgb(58, 63, 75);
}
#FancyMenu QListView::item::selected { #FancyMenu QListView::item::selected {
color: #D2D8E0; color: rgb(255, 255, 255);
background: rgb(79, 86, 101); background: rgb(79, 86, 101);
} }
@ -553,8 +558,13 @@ TrayIcon {
padding-right: 2px; padding-right: 2px;
} }
#FancyMenu #AppView::item::selected { #FancyMenu #AppView::item::hover {
color: #D2D8E0; color: #D2D8E0;
background: #3A597C;
}
#FancyMenu #AppView::item::selected {
color: #E6E9EE;
background: #3c8ce6; background: #3c8ce6;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

@ -35,9 +35,22 @@ Rectangle {
TextConstants { id: textConstants } TextConstants { id: textConstants }
Timer {
id: loginFailedResetTimer
interval: 2000
repeat: false
running: false
triggeredOnStart: false
onTriggered: {
txtMessage.text = textConstants.promptSelectUser
}
}
Background { Background {
anchors.fill: parent anchors.fill: parent
source: Qt.resolvedUrl(config.background) source: Qt.resolvedUrl(config.background)
fillMode: Image.PreserveAspectCrop
onStatusChanged: { onStatusChanged: {
var defaultBackground = Qt.resolvedUrl(config.defaultBackground) var defaultBackground = Qt.resolvedUrl(config.defaultBackground)
if (status == Image.Error && source != defaultBackground) { if (status == Image.Error && source != defaultBackground) {
@ -53,7 +66,8 @@ Rectangle {
onLoginFailed: { onLoginFailed: {
txtMessage.text = textConstants.loginFailed txtMessage.text = textConstants.loginFailed
listView.currentItem.password.text = "" listView.currentItem.password = ""
loginFailedResetTimer.restart()
} }
} }
@ -104,8 +118,9 @@ Rectangle {
Text { Text {
id: txtMessage id: txtMessage
anchors.top: usersContainer.bottom anchors.top: usersContainer.bottom
anchors.margins: 20 anchors.topMargin: 0
anchors.horizontalCenter: parent.horizontalCenter anchors.leftMargin: 55
anchors.left: usersContainer.left
color: "white" color: "white"
text: textConstants.promptSelectUser text: textConstants.promptSelectUser
font.pixelSize: 16 font.pixelSize: 16
@ -185,7 +200,7 @@ Rectangle {
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
text: textConstants.session text: textConstants.session
font.pixelSize: 14 font.pixelSize: 14
color: "white" color: "black"
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
} }
@ -207,7 +222,7 @@ Rectangle {
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
text: textConstants.layout text: textConstants.layout
font.pixelSize: 14 font.pixelSize: 14
color: "white" color: "black"
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
} }
@ -230,7 +245,7 @@ Rectangle {
Clock { Clock {
id: clock id: clock
color: "white" color: "black"
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
timeFont.family: "Ubuntu" timeFont.family: "Ubuntu"
timeFont.bold: true timeFont.bold: true

View File

@ -1 +1 @@
../../../lubuntu/wallpapers/2504-sddm-ocean.png ../../../lubuntu/wallpapers/2510-sddm-quokka.png