Compare commits

...

7 Commits

Author SHA1 Message Date
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
Aaron Rainbolt
68317b3b2a
Flip the Plucky wallpaper horizontally 2025-03-12 13:45:03 -05:00
Aaron Rainbolt
586bf786dc
Add new wallpaper and login screen for Plucky 2025-03-04 23:47:59 -06:00
7e5b6bd943 changelogs are good to update 2025-02-14 07:39:25 +00:00
d489f7da8e now fancy is prettier, too 2025-02-14 07:38:27 +00:00
9 changed files with 61 additions and 15 deletions

26
debian/changelog vendored
View File

@ -1,3 +1,29 @@
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
* Flip wallpaper horizontally to reduce clutter.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Wed, 12 Mar 2025 13:40:09 -0500
lubuntu-artwork (25.04.4) plucky; urgency=medium
* Add official wallpaper and login screen for Plucky
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 04 Mar 2025 23:09:35 -0600
lubuntu-artwork (25.04.3) plucky; urgency=medium
* Improved theming for favorites area on Fancy Menu.
-- Walter Lapchynski <wxl@ubuntu.com> Fri, 14 Feb 2025 07:38:38 +0000
lubuntu-artwork (25.04.2) plucky; urgency=medium lubuntu-artwork (25.04.2) plucky; urgency=medium
* Added theming for Fancy Menu. * Added theming for Fancy Menu.

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

2
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/*

View File

@ -7,6 +7,7 @@ usr/share/lubuntu/wallpapers/2304-*
usr/share/lubuntu/wallpapers/2310-* 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/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: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 KiB

View File

@ -1 +1 @@
2410-oriole.png 2504-puffin.png

View File

@ -538,20 +538,33 @@ TrayIcon {
color: #D2D8E0; color: #D2D8E0;
background-color: #2d313c; background-color: #2d313c;
padding-left: 4px; padding-left: 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);
} }
#FancyMenu #AppView::item { #FancyMenu #AppView::item {
color: #D2D8E0; color: #D2D8E0;
background: rgb(64, 69, 82); background: rgb(64, 69, 82);
padding-left: 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;
} }
@ -585,6 +598,10 @@ LXQtFancyMenuWindow {
color: #D2D8E0; color: #D2D8E0;
} }
#FancyMenu QLabel {
color: #D2D8E0;
}
#FancyMenu QLineEdit { #FancyMenu QLineEdit {
background: rgb(64, 69, 82); background: rgb(64, 69, 82);

View File

@ -1 +1 @@
../../../lubuntu/wallpapers/2410-sddm-oriole.png ../../../lubuntu/wallpapers/2504-sddm-ocean.png