Compare commits
4 Commits
ubuntu/25.
...
ubuntu/que
Author | SHA1 | Date | |
---|---|---|---|
|
d6c1d85e09 | ||
|
5f2d66068e | ||
|
e61ddbae04 | ||
|
68317b3b2a |
24
debian/changelog
vendored
24
debian/changelog
vendored
@ -1,3 +1,17 @@
|
||||
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
|
||||
@ -6,7 +20,7 @@ lubuntu-artwork (25.04.4) plucky; urgency=medium
|
||||
|
||||
lubuntu-artwork (25.04.3) plucky; urgency=medium
|
||||
|
||||
* Improved theming for favorites area on Fancy Menu.
|
||||
* Improved theming for favorites area on Fancy Menu.
|
||||
|
||||
-- Walter Lapchynski <wxl@ubuntu.com> Fri, 14 Feb 2025 07:38:38 +0000
|
||||
|
||||
@ -54,7 +68,7 @@ lubuntu-artwork (24.10.1) oracular; urgency=medium
|
||||
|
||||
lubuntu-artwork (24.04.6) noble; urgency=medium
|
||||
|
||||
* Update Plymouth text for LTS.
|
||||
* Update Plymouth text for LTS.
|
||||
|
||||
-- Walter Lapchynski <wxl@ubuntu.com> Fri, 19 Apr 2024 00:50:22 +0000
|
||||
|
||||
@ -99,19 +113,19 @@ lubuntu-artwork (24.04.1) noble; urgency=medium
|
||||
|
||||
lubuntu-artwork (23.10.4) mantic; urgency=medium
|
||||
|
||||
* Use Mantic wallpaper for SDDM background.
|
||||
* Use Mantic wallpaper for SDDM background.
|
||||
|
||||
-- Walter Lapchynski <wxl@ubuntu.com> Mon, 18 Sep 2023 10:13:56 -0700
|
||||
|
||||
lubuntu-artwork (23.10.3) mantic; urgency=medium
|
||||
|
||||
* Install Mantic wallpaper.
|
||||
* Install Mantic wallpaper.
|
||||
|
||||
-- Walter Lapchynski <wxl@ubuntu.com> Sun, 17 Sep 2023 17:31:27 -0700
|
||||
|
||||
lubuntu-artwork (23.10.2) mantic; urgency=medium
|
||||
|
||||
* Add new wallpaper by Walter Lapchynski & Erich Eickmeyer.
|
||||
* Add new wallpaper by Walter Lapchynski & Erich Eickmeyer.
|
||||
|
||||
-- Walter Lapchynski <wxl@ubuntu.com> Sun, 17 Sep 2023 10:31:11 -0700
|
||||
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -4,7 +4,7 @@ Priority: optional
|
||||
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
Uploaders: Simon Quigley <tsimonq2@ubuntu.com>
|
||||
Build-Depends: debhelper-compat (= 13), icon-naming-utils, intltool
|
||||
Standards-Version: 4.7.0
|
||||
Standards-Version: 4.7.2
|
||||
Homepage: https://lubuntu.me
|
||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/artwork
|
||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/artwork.git
|
||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -6,6 +6,8 @@ Files: *
|
||||
Copyright: 2009-2017 Julien Lavergne <gilir@ubuntu.com>
|
||||
2018-2024 Simon Quigley <tsimonq2@ubuntu.com>
|
||||
2023 Walter Lapchynski <wxl@ubuntu.com>
|
||||
2025 Sean West
|
||||
2025 Aaron Rainbolt <arraybolt3@ubuntu.com>
|
||||
License: GPL-2+
|
||||
|
||||
Files: usr/share/plymouth/*
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.3 MiB After Width: | Height: | Size: 3.3 MiB |
@ -300,7 +300,7 @@ TrayIcon {
|
||||
* Main menu
|
||||
*/
|
||||
|
||||
#MainMenu,
|
||||
#MainMenu,
|
||||
#FancyMenu {
|
||||
color: #D2D8E0;
|
||||
margin: 2px;
|
||||
@ -541,21 +541,31 @@ TrayIcon {
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
#FancyMenu QListView::item::hover {
|
||||
color: rgb(210, 216, 224);
|
||||
background: rgb(58, 63, 75);
|
||||
}
|
||||
|
||||
#FancyMenu QListView::item::selected {
|
||||
color: #D2D8E0;
|
||||
color: rgb(255, 255, 255);
|
||||
background: rgb(79, 86, 101);
|
||||
}
|
||||
|
||||
#FancyMenu #AppView::item {
|
||||
color: #D2D8E0;
|
||||
color: #D2D8E0;
|
||||
background: rgb(64, 69, 82);
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
#FancyMenu #AppView::item::selected {
|
||||
#FancyMenu #AppView::item::hover {
|
||||
color: #D2D8E0;
|
||||
background: #3c8ce6;
|
||||
background: #3A597C;
|
||||
}
|
||||
|
||||
#FancyMenu #AppView::item::selected {
|
||||
color: #E6E9EE;
|
||||
background: #3c8ce6;
|
||||
}
|
||||
|
||||
#FancyMenu QToolButton {
|
||||
@ -564,7 +574,7 @@ TrayIcon {
|
||||
height: 32px;
|
||||
qproperty-iconSize: 26px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
}
|
||||
|
||||
#FancyMenu QToolButton:hover,
|
||||
#FancyMenu QToolButton:focus {
|
||||
@ -575,7 +585,7 @@ TrayIcon {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
LXQtFancyMenuWindow {
|
||||
LXQtFancyMenuWindow {
|
||||
background: #2d313c;
|
||||
}
|
||||
|
||||
@ -585,7 +595,7 @@ LXQtFancyMenuWindow {
|
||||
}
|
||||
|
||||
#FancyMenu QListView {
|
||||
color: #D2D8E0;
|
||||
color: #D2D8E0;
|
||||
}
|
||||
|
||||
#FancyMenu QLabel {
|
||||
|
Loading…
x
Reference in New Issue
Block a user