Compare commits
1 Commits
ubuntu/ora
...
ubuntu/bio
Author | SHA1 | Date |
---|---|---|
Simon Quigley | 53dcb9c9a1 | 7 years ago |
@ -1 +0,0 @@
|
|||||||
debian/files
|
|
@ -1,11 +0,0 @@
|
|||||||
sudo: required
|
|
||||||
language: generic
|
|
||||||
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
script:
|
|
||||||
- wget -O- https://raw.githubusercontent.com/gilir/travis.debian.net/gh-pages/script.sh | sh -
|
|
||||||
|
|
||||||
if:
|
|
||||||
tag IS blank
|
|
@ -0,0 +1,40 @@
|
|||||||
|
Organisation of the source
|
||||||
|
==========================
|
||||||
|
|
||||||
|
This branch contains all the theme of Lubuntu. A prefix with 4 digits is used
|
||||||
|
to identify the release of each items, each current items which don't have
|
||||||
|
digits. After each release, all items are copied with the digits.
|
||||||
|
|
||||||
|
When it's possible, symlink are used to link current item, with the last one with a digit.
|
||||||
|
Example :
|
||||||
|
For the logout banner, the default file is usr/share/lubuntu/images/logout-banner.png
|
||||||
|
but for 12.04 release, it's just a link to the file usr/share/lubuntu/images/1204-logout-banner.png
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Map of the source
|
||||||
|
=================
|
||||||
|
|
||||||
|
Icon theme (unique for all themes) : usr/share/icons/lubuntu
|
||||||
|
GTK & Openbox theme (Lubuntu-default is the current one) : usr/share/themes
|
||||||
|
Wallpapers (lubuntu-default-wallpaper is the current one) : usr/share/lubuntu/wallpapers
|
||||||
|
Logout banner (logout-banner.png is the current one) : usr/share/lubuntu/images
|
||||||
|
Menu button (lubuntu-logo.png is the current one) : usr/share/lubuntu/images
|
||||||
|
Lxpanel background (lubuntu-background.png is the current one) : usr/share/lxpanel/images
|
||||||
|
LXDM theme (Lubuntu is the current one) : usr/share/lxdm/themes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
How to propose changes
|
||||||
|
======================
|
||||||
|
1- Branch the main branch, by doing "bzr branch lp:~lubuntu-art/+junk/lubuntu-artwork"
|
||||||
|
2- Do your modification, and commit by doing "bzr commit", and by writing a
|
||||||
|
message explaining your changes.
|
||||||
|
3- If you need to add a file, use "bzr add the_file" before "bzr commit"
|
||||||
|
4- You can make any numbers of commit you want. It's even better to have many
|
||||||
|
small commits, than one big commit
|
||||||
|
5- When it's finish, just push your branch anywhere on launchpad
|
||||||
|
(see https://help.launchpad.net/Code/UploadingABranch)
|
||||||
|
6- If the main is updated, you can merge the changes by doing "bzr pull lp:~lubuntu-art/+junk/lubuntu-artwork"
|
||||||
|
If a conflict is detected, you can use "bzr merge lp:~lubuntu-art/+junk/lubuntu-artwork"
|
||||||
|
to merge your changes.
|
@ -1,37 +0,0 @@
|
|||||||
## Organisation of the source
|
|
||||||
==========================
|
|
||||||
|
|
||||||
This branch contains all the theme of Lubuntu. A prefix with 4 digits is used
|
|
||||||
to identify the release of each items, each current items which don't have
|
|
||||||
digits. After each release, all items are copied with the digits.
|
|
||||||
|
|
||||||
When it's possible, symlink are used to link current item, with the last one with a digit.
|
|
||||||
Example :
|
|
||||||
For the logout banner, the default file is usr/share/lubuntu/images/logout-banner.png
|
|
||||||
but for 12.04 release, it's just a link to the file usr/share/lubuntu/images/1204-logout-banner.png
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Map of the source
|
|
||||||
=================
|
|
||||||
|
|
||||||
Icon theme (unique for all themes) : usr/share/icons/lubuntu
|
|
||||||
GTK & Openbox theme (Lubuntu-default is the current one) : usr/share/themes
|
|
||||||
Wallpapers (lubuntu-default-wallpaper is the current one) : usr/share/lubuntu/wallpapers
|
|
||||||
Logout banner (logout-banner.png is the current one) : usr/share/lubuntu/images
|
|
||||||
Menu button (lubuntu-logo.png is the current one) : usr/share/lubuntu/images
|
|
||||||
Lxpanel background (lubuntu-background.png is the current one) : usr/share/lxpanel/images
|
|
||||||
LXDM theme (Lubuntu is the current one) : usr/share/lxdm/themes
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## How to propose changes
|
|
||||||
======================
|
|
||||||
1- Branch the main branch, by doing "git branch the_name_your_new_branch"
|
|
||||||
2- Do your modification, and commit by doing "git commit the_changed_file", and by writing a
|
|
||||||
message explaining your changes.
|
|
||||||
3- If you need to add a new file, use "git add the_file" before "git commit"
|
|
||||||
4- You can make any numbers of commit you want. It's even better to have many
|
|
||||||
small commits, than one big commit
|
|
||||||
5- When it's finish, just push your branch anywhere on launchpad
|
|
||||||
(see https://help.launchpad.net/Code/UploadingABranch)
|
|
@ -0,0 +1 @@
|
|||||||
|
9
|
@ -1,60 +1,316 @@
|
|||||||
Source: lubuntu-artwork
|
Source: lubuntu-artwork
|
||||||
Section: x11
|
Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Maintainer: Julien Lavergne <gilir@ubuntu.com>
|
||||||
Uploaders: Simon Quigley <tsimonq2@ubuntu.com>
|
Build-Depends: debhelper (>= 9~),
|
||||||
Build-Depends: debhelper-compat (= 13), icon-naming-utils, intltool
|
icon-naming-utils,
|
||||||
Standards-Version: 4.6.2
|
intltool
|
||||||
Homepage: https://lubuntu.me
|
Standards-Version: 3.8.3
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/artwork
|
Homepage: https://launchpad.net/~lubuntu-desktop
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/artwork.git
|
Vcs-Browser: https://git.launchpad.net/lubuntu-artwork?h=master
|
||||||
Rules-Requires-Root: no
|
Vcs-Git: https://git.launchpad.net/lubuntu-artwork
|
||||||
|
|
||||||
Package: lubuntu-artwork
|
Package: lubuntu-artwork
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: qt6-style-kvantum,
|
Depends: libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
qt6-style-kvantum-l10n,
|
lubuntu-artwork-18-04,
|
||||||
|
lubuntu-lxpanel-icons,
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Recommends: lxqt-themes, lxqt-themes-extra, qt6-style-kvantum-themes
|
|
||||||
Provides: lxqt-branding
|
|
||||||
Description: artwork for Lubuntu
|
Description: artwork for Lubuntu
|
||||||
Artwork for Lubuntu which contains the default wallpaper and default theming.
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
|
||||||
|
Package: lubuntu-artwork-18-04
|
||||||
|
Architecture: all
|
||||||
|
Depends: gtk2-engines,
|
||||||
|
gtk2-engines-pixbuf,
|
||||||
|
gtk2-engines-murrine,
|
||||||
|
libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: artwork for Lubuntu - 18.04 version
|
||||||
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
.
|
||||||
|
This package contains theme of Lubuntu 18.04.
|
||||||
|
|
||||||
|
Package: lubuntu-artwork-17-10
|
||||||
|
Architecture: all
|
||||||
|
Depends: gtk2-engines,
|
||||||
|
gtk2-engines-pixbuf,
|
||||||
|
gtk2-engines-murrine,
|
||||||
|
libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: artwork for Lubuntu - 17.10 version
|
||||||
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
.
|
||||||
|
This package contains theme of Lubuntu 17.10.
|
||||||
|
|
||||||
|
Package: lubuntu-artwork-17-04
|
||||||
|
Architecture: all
|
||||||
|
Depends: gtk2-engines,
|
||||||
|
gtk2-engines-pixbuf,
|
||||||
|
gtk2-engines-murrine,
|
||||||
|
libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: artwork for Lubuntu - 17.04 version
|
||||||
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
.
|
||||||
|
This package contains theme of Lubuntu 17.04.
|
||||||
|
|
||||||
|
Package: lubuntu-artwork-16-10
|
||||||
|
Architecture: all
|
||||||
|
Depends: gtk2-engines,
|
||||||
|
gtk2-engines-pixbuf,
|
||||||
|
gtk2-engines-murrine,
|
||||||
|
libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: artwork for Lubuntu - 16.10 version
|
||||||
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
.
|
||||||
|
This package contains theme of Lubuntu 16.10.
|
||||||
|
|
||||||
|
Package: lubuntu-artwork-16-04
|
||||||
|
Architecture: all
|
||||||
|
Depends: gtk2-engines,
|
||||||
|
gtk2-engines-pixbuf,
|
||||||
|
gtk2-engines-murrine,
|
||||||
|
gtk3-engines-unico,
|
||||||
|
libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: artwork for Lubuntu - 16.04 version
|
||||||
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
.
|
||||||
|
This package contains theme of Lubuntu 16.04.
|
||||||
|
|
||||||
|
Package: lubuntu-artwork-15-10
|
||||||
|
Architecture: all
|
||||||
|
Depends: gtk2-engines,
|
||||||
|
gtk2-engines-pixbuf,
|
||||||
|
gtk2-engines-murrine,
|
||||||
|
gtk3-engines-unico,
|
||||||
|
libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: artwork for Lubuntu - 15.10 version
|
||||||
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
.
|
||||||
|
This package contains theme of Lubuntu 15.10.
|
||||||
|
|
||||||
|
Package: lubuntu-artwork-15-04
|
||||||
|
Architecture: all
|
||||||
|
Depends: gtk2-engines,
|
||||||
|
gtk2-engines-pixbuf,
|
||||||
|
gtk2-engines-murrine,
|
||||||
|
gtk3-engines-unico,
|
||||||
|
libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: artwork for Lubuntu - 15.04 version
|
||||||
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
.
|
||||||
|
This package contains theme of Lubuntu 15.04.
|
||||||
|
|
||||||
|
Package: lubuntu-artwork-14-10
|
||||||
|
Architecture: all
|
||||||
|
Depends: gtk2-engines,
|
||||||
|
gtk2-engines-pixbuf,
|
||||||
|
gtk2-engines-murrine,
|
||||||
|
gtk3-engines-unico,
|
||||||
|
libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: artwork for Lubuntu - 14.10 version
|
||||||
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
.
|
||||||
|
This package contains theme of Lubuntu 14.10.
|
||||||
|
|
||||||
|
Package: lubuntu-artwork-14-04
|
||||||
|
Architecture: all
|
||||||
|
Depends: gtk2-engines,
|
||||||
|
gtk2-engines-pixbuf,
|
||||||
|
gtk2-engines-murrine,
|
||||||
|
gtk3-engines-unico,
|
||||||
|
libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: artwork for Lubuntu - 14.04 version
|
||||||
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
.
|
||||||
|
This package contains theme of Lubuntu 14.04.
|
||||||
|
|
||||||
|
Package: lubuntu-artwork-13-10
|
||||||
|
Architecture: all
|
||||||
|
Depends: gtk2-engines,
|
||||||
|
gtk2-engines-pixbuf,
|
||||||
|
gtk2-engines-murrine,
|
||||||
|
gtk3-engines-unico,
|
||||||
|
libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: artwork for Lubuntu - 13.10 version
|
||||||
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
.
|
||||||
|
This package contains theme of Lubuntu 13.10.
|
||||||
|
|
||||||
|
Package: lubuntu-artwork-13-04
|
||||||
|
Architecture: all
|
||||||
|
Depends: gtk2-engines,
|
||||||
|
gtk2-engines-pixbuf,
|
||||||
|
gtk3-engines-unico,
|
||||||
|
libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: artwork for Lubuntu - 13.04 version
|
||||||
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
.
|
||||||
|
This package contains theme of Lubuntu 13.04
|
||||||
|
|
||||||
|
Package: lubuntu-artwork-12-10
|
||||||
|
Architecture: all
|
||||||
|
Depends: gtk2-engines,
|
||||||
|
gtk2-engines-pixbuf,
|
||||||
|
gtk3-engines-unico,
|
||||||
|
libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: artwork for Lubuntu - 12.10 version
|
||||||
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
.
|
||||||
|
This package contains theme of Lubuntu 12.10
|
||||||
|
|
||||||
|
Package: lubuntu-artwork-12-04
|
||||||
|
Architecture: all
|
||||||
|
Depends: gtk2-engines-murrine,
|
||||||
|
gtk3-engines-unico,
|
||||||
|
libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: artwork for Lubuntu - 12.04 version
|
||||||
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
.
|
||||||
|
This package contains theme of Lubuntu 12.04
|
||||||
|
|
||||||
|
Package: lubuntu-artwork-11-10
|
||||||
|
Architecture: all
|
||||||
|
Depends: gtk2-engines-murrine,
|
||||||
|
gtk3-engines-unico,
|
||||||
|
libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: artwork for Lubuntu - 11.10 version
|
||||||
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
.
|
||||||
|
This package contains theme of Lubuntu 11.10
|
||||||
|
|
||||||
|
Package: lubuntu-artwork-11-04
|
||||||
|
Architecture: all
|
||||||
|
Depends: gtk2-engines-murrine,
|
||||||
|
libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: artwork for Lubuntu - 11.04 version
|
||||||
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
.
|
||||||
|
This package contains theme of Lubuntu 11.04
|
||||||
|
|
||||||
|
Package: lubuntu-artwork-10-10
|
||||||
|
Architecture: all
|
||||||
|
Depends: libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: artwork for Lubuntu - 10.10 version
|
||||||
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
.
|
||||||
|
This package contains theme of Lubuntu 10.10
|
||||||
|
|
||||||
|
Package: lubuntu-artwork-10-04
|
||||||
|
Architecture: all
|
||||||
|
Depends: libnewt0.52 (>= 0.52.11-2ubuntu7),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: artwork for Lubuntu - 10.04 version
|
||||||
|
Artwork for Lubuntu, contained the wallpaper and others specific images and
|
||||||
|
logos.
|
||||||
|
.
|
||||||
|
This package contains theme of Lubuntu 10.04
|
||||||
|
|
||||||
Package: plymouth-theme-lubuntu-logo
|
Package: plymouth-theme-lubuntu-logo
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: plymouth,
|
Depends: plymouth (>= 0.9.2-3ubuntu1~),
|
||||||
plymouth-label,
|
plymouth-label,
|
||||||
plymouth-theme-spinner,
|
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends}
|
${shlibs:Depends}
|
||||||
Provides: plymouth-theme
|
Provides: plymouth-theme
|
||||||
|
Replaces: lubuntu-plymouth-theme,
|
||||||
|
plymouth (<< 0.8.1-1~)
|
||||||
|
Conflicts: lubuntu-plymouth-theme
|
||||||
Description: plymouth theme for Lubuntu
|
Description: plymouth theme for Lubuntu
|
||||||
This package contains a Lubuntu theme for Plymouth, which displays the
|
This package contain a specific Lubuntu theme for plymouth.
|
||||||
Lubuntu logo on boot.
|
|
||||||
|
|
||||||
Package: plymouth-theme-lubuntu-text
|
Package: plymouth-theme-lubuntu-text
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: plymouth,
|
Depends: plymouth (>= 0.9.2-3ubuntu1~),
|
||||||
plymouth-label,
|
plymouth-label,
|
||||||
plymouth-theme-ubuntu-text,
|
plymouth-theme-ubuntu-text,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends}
|
${shlibs:Depends}
|
||||||
Provides: plymouth-theme
|
Provides: plymouth-theme
|
||||||
|
Replaces: plymouth (<< 0.8.1-1~)
|
||||||
Description: plymouth text theme for Lubuntu
|
Description: plymouth text theme for Lubuntu
|
||||||
This package contains a Lubuntu theme for Plymouth, which displays some
|
This package contain a specific Lubuntu theme for plymouth, which display a
|
||||||
simple text on boot.
|
simple text.
|
||||||
|
|
||||||
|
Package: plymouth-theme-lubuntu-next-logo
|
||||||
|
Architecture: all
|
||||||
|
Depends: plymouth (>= 0.9.2-3ubuntu1~),
|
||||||
|
plymouth-label,
|
||||||
|
${misc:Depends},
|
||||||
|
${shlibs:Depends}
|
||||||
|
Provides: plymouth-theme
|
||||||
|
Replaces: lubuntu-plymouth-theme,
|
||||||
|
plymouth (<< 0.8.1-1~)
|
||||||
|
Conflicts: lubuntu-plymouth-theme
|
||||||
|
Description: plymouth theme for Lubuntu Next
|
||||||
|
This package contain a specific Lubuntu Next theme for plymouth.
|
||||||
|
|
||||||
|
Package: plymouth-theme-lubuntu-next-text
|
||||||
|
Architecture: all
|
||||||
|
Depends: plymouth (>= 0.9.2-3ubuntu1~),
|
||||||
|
plymouth-label,
|
||||||
|
plymouth-theme-ubuntu-text,
|
||||||
|
${misc:Depends},
|
||||||
|
${shlibs:Depends}
|
||||||
|
Provides: plymouth-theme
|
||||||
|
Replaces: plymouth (<< 0.8.1-1~)
|
||||||
|
Description: plymouth text theme for Lubuntu Next
|
||||||
|
This package contain a specific Lubuntu Next theme for plymouth, which display
|
||||||
|
a simple text.
|
||||||
|
|
||||||
Package: sddm-theme-lubuntu
|
Package: lubuntu-icon-theme
|
||||||
|
Architecture: all
|
||||||
|
Depends: hicolor-icon-theme,
|
||||||
|
${misc:Depends}
|
||||||
|
Provides: adwaita-icon-theme (= 3.20),
|
||||||
|
adwaita-icon-theme-full,
|
||||||
|
gnome-icon-theme,
|
||||||
|
gnome-icon-theme-symbolic,
|
||||||
|
humanity-icon-theme
|
||||||
|
Description: icon theme for Lubuntu
|
||||||
|
This package contains a specific icon theme for Lubuntu.
|
||||||
|
|
||||||
|
Package: lubuntu-lxpanel-icons
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}
|
Depends: ${misc:Depends}
|
||||||
Recommends: sddm, sddm-conf
|
Description: panel specific icons for Lubuntu artwork
|
||||||
Provides: sddm-theme
|
This package contain specific lxpanel icons for Lubuntu theme.
|
||||||
Description: Lubuntu theme for SDDM X11 display manager
|
|
||||||
Lubuntu chooser theme for SDDM
|
|
||||||
|
|
||||||
Package: lubuntu-grub-theme
|
Package: sddm-theme-lubuntu-chooser
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
Depends: ${misc:Depends}
|
||||||
Description: Theme for Lubuntu grub screen
|
Recommends: sddm
|
||||||
Custom grub theme for Lubuntu. Inspired from
|
Provides: sddm-theme
|
||||||
breeze theme.
|
Description: 'Lubuntu chooser' theme for SDDM X11 display manager
|
||||||
|
Lubuntu chooser theme for SDDM
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
[buildpackage]
|
||||||
|
export-dir = ../build-area/
|
||||||
|
debian-branch = master
|
@ -0,0 +1,4 @@
|
|||||||
|
usr/share/lubuntu/images/1004-*
|
||||||
|
usr/share/lubuntu/wallpapers/1004-*
|
||||||
|
usr/share/lxdm/themes/1004-*
|
||||||
|
usr/share/lxpanel/images/1004-*
|
@ -0,0 +1,5 @@
|
|||||||
|
usr/share/lubuntu/images/1010-*
|
||||||
|
usr/share/lubuntu/wallpapers/1010-*
|
||||||
|
usr/share/lxdm/themes/1010-*
|
||||||
|
usr/share/lxpanel/images/1010-*
|
||||||
|
usr/share/themes/LxDesign/
|
@ -0,0 +1,5 @@
|
|||||||
|
usr/share/lubuntu/images/1104-*
|
||||||
|
usr/share/lubuntu/wallpapers/1104-*
|
||||||
|
usr/share/lxdm/themes/1104-*
|
||||||
|
usr/share/lxpanel/images/1104-*
|
||||||
|
usr/share/themes/Ozone1/
|
@ -0,0 +1,5 @@
|
|||||||
|
usr/share/lubuntu/images/1110-*
|
||||||
|
usr/share/lubuntu/wallpapers/1110-*
|
||||||
|
usr/share/lxdm/themes/1110-*
|
||||||
|
usr/share/lxpanel/images/1110-*
|
||||||
|
usr/share/themes/Ozone2/
|
@ -0,0 +1,5 @@
|
|||||||
|
usr/share/lubuntu/images/1204-*
|
||||||
|
usr/share/lubuntu/wallpapers/1204-*
|
||||||
|
usr/share/lxdm/themes/1204-*
|
||||||
|
usr/share/lxpanel/images/1204-*
|
||||||
|
usr/share/themes/Ozone3/
|
@ -0,0 +1,5 @@
|
|||||||
|
usr/share/lubuntu/images/1210-*
|
||||||
|
usr/share/lubuntu/wallpapers/1210-*
|
||||||
|
usr/share/lxdm/themes/1210-*
|
||||||
|
usr/share/lxpanel/images/1210-*
|
||||||
|
usr/share/themes/Box1
|
@ -0,0 +1,5 @@
|
|||||||
|
usr/share/lubuntu/images/1304-*
|
||||||
|
usr/share/lubuntu/wallpapers/1304-*
|
||||||
|
usr/share/lxdm/themes/1304-*
|
||||||
|
usr/share/lxpanel/images/1304-*
|
||||||
|
usr/share/themes/Box2
|
@ -0,0 +1,5 @@
|
|||||||
|
usr/share/lubuntu/images/1310-*
|
||||||
|
usr/share/lubuntu/wallpapers/1310-*
|
||||||
|
usr/share/lxdm/themes/1310-*
|
||||||
|
usr/share/lxpanel/images/1310-*
|
||||||
|
usr/share/themes/Box3
|
@ -0,0 +1,5 @@
|
|||||||
|
usr/share/lubuntu/images/1404-*
|
||||||
|
usr/share/lubuntu/wallpapers/1404-*
|
||||||
|
usr/share/lxdm/themes/1404-*
|
||||||
|
usr/share/lxpanel/images/1404-*
|
||||||
|
usr/share/themes/Box4
|
@ -0,0 +1,5 @@
|
|||||||
|
usr/share/lubuntu/images/1410-*
|
||||||
|
usr/share/lubuntu/wallpapers/1410-*
|
||||||
|
usr/share/lxdm/themes/1410-*
|
||||||
|
usr/share/lxpanel/images/1410-*
|
||||||
|
usr/share/themes/Box5
|
@ -0,0 +1,5 @@
|
|||||||
|
usr/share/lubuntu/images/1504-*
|
||||||
|
usr/share/lubuntu/wallpapers/1504-*
|
||||||
|
usr/share/lxdm/themes/1504-*
|
||||||
|
usr/share/lxpanel/images/1504-*
|
||||||
|
usr/share/themes/Box6
|
@ -0,0 +1,5 @@
|
|||||||
|
usr/share/lubuntu/images/1510-*
|
||||||
|
usr/share/lubuntu/wallpapers/1510-*
|
||||||
|
usr/share/lxdm/themes/1510-*
|
||||||
|
usr/share/lxpanel/images/1510-*
|
||||||
|
usr/share/themes/Box7
|
@ -0,0 +1,5 @@
|
|||||||
|
usr/share/lubuntu/images/1604-*
|
||||||
|
usr/share/lubuntu/wallpapers/1604-*
|
||||||
|
usr/share/lxdm/themes/1604-*
|
||||||
|
usr/share/lxpanel/images/1604-*
|
||||||
|
usr/share/themes/Box8
|
@ -0,0 +1,4 @@
|
|||||||
|
usr/share/lubuntu/images/1610-*
|
||||||
|
usr/share/lubuntu/wallpapers/1610-*
|
||||||
|
usr/share/lxpanel/images/1610-*
|
||||||
|
usr/share/themes/Box9
|
@ -0,0 +1,4 @@
|
|||||||
|
usr/share/lubuntu/images/1704-*
|
||||||
|
usr/share/lubuntu/wallpapers/1704-*
|
||||||
|
usr/share/lxpanel/images/1704-*
|
||||||
|
usr/share/themes/Box10
|
@ -0,0 +1,4 @@
|
|||||||
|
usr/share/lubuntu/images/1710-*
|
||||||
|
usr/share/lubuntu/wallpapers/1710-*
|
||||||
|
usr/share/lxpanel/images/1710-*
|
||||||
|
usr/share/themes/Box11
|
@ -0,0 +1,3 @@
|
|||||||
|
usr/share/lubuntu/images/1804-*
|
||||||
|
usr/share/lubuntu/wallpapers/1804-*
|
||||||
|
usr/share/lxpanel/images/1804-*
|
@ -1,13 +1,10 @@
|
|||||||
usr/share/lubuntu/wallpapers/2004-*
|
usr/share/lubuntu/images/logout-banner.png
|
||||||
usr/share/lubuntu/wallpapers/2104-*
|
usr/share/lubuntu/images/lubuntu-logo.png
|
||||||
usr/share/lubuntu/wallpapers/2110-*
|
|
||||||
usr/share/lubuntu/wallpapers/2204-*
|
|
||||||
usr/share/lubuntu/wallpapers/2210-*
|
|
||||||
usr/share/lubuntu/wallpapers/2304-*
|
|
||||||
usr/share/lubuntu/wallpapers/2310-*
|
|
||||||
usr/share/lubuntu/wallpapers/2404-*
|
|
||||||
usr/share/lubuntu/wallpapers/2410-*
|
|
||||||
usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png
|
usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png
|
||||||
|
usr/share/lxdm/themes/Lubuntu
|
||||||
|
usr/share/lxdm/themes/1610-*
|
||||||
|
usr/share/lxpanel/images/lubuntu-background.png
|
||||||
|
usr/share/themes/Lubuntu*
|
||||||
|
usr/share/unity-greeter/
|
||||||
usr/share/lxqt/themes/Lubuntu*
|
usr/share/lxqt/themes/Lubuntu*
|
||||||
usr/share/themes/
|
usr/share/lubuntu/startpage/
|
||||||
usr/share/Kvantum/*
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
src/etc/default/grub.d/lubuntu-grub-theme.cfg /etc/default/grub.d/
|
|
||||||
usr/share/grub/themes/
|
|
@ -0,0 +1 @@
|
|||||||
|
usr/share/icons/*
|
@ -0,0 +1 @@
|
|||||||
|
usr/share/lxpanel/images/xkb-flags-cust/*
|
@ -0,0 +1 @@
|
|||||||
|
usr/share/plymouth/themes/lubuntu-next-logo/
|
@ -0,0 +1,33 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
# This script can be called in the following ways:
|
||||||
|
#
|
||||||
|
# After the package was installed:
|
||||||
|
# <postinst> configure <old-version>
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# If prerm fails during upgrade or fails on failed upgrade:
|
||||||
|
# <old-postinst> abort-upgrade <new-version>
|
||||||
|
#
|
||||||
|
# If prerm fails during deconfiguration of a package:
|
||||||
|
# <postinst> abort-deconfigure in-favour <new-package> <version>
|
||||||
|
# removing <old-package> <version>
|
||||||
|
#
|
||||||
|
# If prerm fails during replacement due to conflict:
|
||||||
|
# <postinst> abort-remove in-favour <new-package> <version>
|
||||||
|
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
configure)
|
||||||
|
update-alternatives \
|
||||||
|
--install /usr/share/plymouth/themes/default.plymouth default.plymouth \
|
||||||
|
/usr/share/plymouth/themes/lubuntu-next-logo/lubuntu-next-logo.plymouth 150
|
||||||
|
|
||||||
|
if which update-initramfs >/dev/null 2>&1
|
||||||
|
then
|
||||||
|
update-initramfs -u
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
#DEBHELPER#
|
||||||
|
exit 0
|
@ -0,0 +1,43 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
# This script can be called in the following ways:
|
||||||
|
#
|
||||||
|
# After the package was removed:
|
||||||
|
# <postrm> remove
|
||||||
|
#
|
||||||
|
# After the package was purged:
|
||||||
|
# <postrm> purge
|
||||||
|
#
|
||||||
|
# After the package was upgraded:
|
||||||
|
# <old-postrm> upgrade <new-version>
|
||||||
|
# if that fails:
|
||||||
|
# <new-postrm> failed-upgrade <old-version>
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# After all of the packages files have been replaced:
|
||||||
|
# <postrm> disappear <overwriting-package> <version>
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# If preinst fails during install:
|
||||||
|
# <new-postrm> abort-install
|
||||||
|
#
|
||||||
|
# If preinst fails during upgrade of removed package:
|
||||||
|
# <new-postrm> abort-install <old-version>
|
||||||
|
#
|
||||||
|
# If preinst fails during upgrade:
|
||||||
|
# <new-postrm> abort-upgrade <old-version>
|
||||||
|
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
remove)
|
||||||
|
update-alternatives \
|
||||||
|
--remove default.plymouth /usr/share/plymouth/themes/lubuntu-next-logo/lubuntu-next-logo.plymouth
|
||||||
|
|
||||||
|
if which update-initramfs >/dev/null 2>&1
|
||||||
|
then
|
||||||
|
update-initramfs -u
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
#DEBHELPER#
|
||||||
|
exit 0
|
@ -0,0 +1 @@
|
|||||||
|
usr/share/plymouth/themes/lubuntu-next-text/
|
@ -0,0 +1,33 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
# This script can be called in the following ways:
|
||||||
|
#
|
||||||
|
# After the package was installed:
|
||||||
|
# <postinst> configure <old-version>
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# If prerm fails during upgrade or fails on failed upgrade:
|
||||||
|
# <old-postinst> abort-upgrade <new-version>
|
||||||
|
#
|
||||||
|
# If prerm fails during deconfiguration of a package:
|
||||||
|
# <postinst> abort-deconfigure in-favour <new-package> <version>
|
||||||
|
# removing <old-package> <version>
|
||||||
|
#
|
||||||
|
# If prerm fails during replacement due to conflict:
|
||||||
|
# <postinst> abort-remove in-favour <new-package> <version>
|
||||||
|
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
configure)
|
||||||
|
update-alternatives \
|
||||||
|
--install /usr/share/plymouth/themes/text.plymouth text.plymouth \
|
||||||
|
/usr/share/plymouth/themes/lubuntu-next-text/lubuntu-next-text.plymouth 150
|
||||||
|
|
||||||
|
if which update-initramfs >/dev/null 2>&1
|
||||||
|
then
|
||||||
|
update-initramfs -u
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
#DEBHELPER#
|
||||||
|
exit 0
|
@ -0,0 +1,43 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
# This script can be called in the following ways:
|
||||||
|
#
|
||||||
|
# After the package was removed:
|
||||||
|
# <postrm> remove
|
||||||
|
#
|
||||||
|
# After the package was purged:
|
||||||
|
# <postrm> purge
|
||||||
|
#
|
||||||
|
# After the package was upgraded:
|
||||||
|
# <old-postrm> upgrade <new-version>
|
||||||
|
# if that fails:
|
||||||
|
# <new-postrm> failed-upgrade <old-version>
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# After all of the packages files have been replaced:
|
||||||
|
# <postrm> disappear <overwriting-package> <version>
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# If preinst fails during install:
|
||||||
|
# <new-postrm> abort-install
|
||||||
|
#
|
||||||
|
# If preinst fails during upgrade of removed package:
|
||||||
|
# <new-postrm> abort-install <old-version>
|
||||||
|
#
|
||||||
|
# If preinst fails during upgrade:
|
||||||
|
# <new-postrm> abort-upgrade <old-version>
|
||||||
|
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
remove)
|
||||||
|
update-alternatives \
|
||||||
|
--remove text.plymouth /usr/share/plymouth/themes/lubuntu-next-text/lubuntu-next-text.plymouth
|
||||||
|
|
||||||
|
if which update-initramfs >/dev/null 2>&1
|
||||||
|
then
|
||||||
|
update-initramfs -u
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
#DEBHELPER#
|
||||||
|
exit 0
|
@ -0,0 +1 @@
|
|||||||
|
usr/share/sddm/themes/lubuntu-chooser/
|
@ -1 +0,0 @@
|
|||||||
usr/share/sddm/themes/lubuntu/
|
|
@ -1,12 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
set -e
|
|
||||||
|
|
||||||
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-remove" ]; then
|
|
||||||
update-alternatives --install \
|
|
||||||
/usr/share/sddm/themes/ubuntu-theme \
|
|
||||||
sddm-ubuntu-theme \
|
|
||||||
/usr/share/sddm/themes/lubuntu 50
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Tag to allow some debhelper commands to inject relevant code
|
|
||||||
#DEBHELPER#
|
|
@ -1,11 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
set -e
|
|
||||||
|
|
||||||
if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
|
|
||||||
update-alternatives --remove \
|
|
||||||
sddm-ubuntu-theme \
|
|
||||||
/usr/share/sddm/themes/lubuntu
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Tag to allow some debhelper commands to inject relevant code
|
|
||||||
#DEBHELPER#
|
|
@ -1 +0,0 @@
|
|||||||
GRUB_THEME=/usr/share/grub/themes/lubuntu-grub-theme/theme.txt
|
|
@ -1,484 +0,0 @@
|
|||||||
[%General]
|
|
||||||
author=Tsu Jan
|
|
||||||
comment=A minimalistic theme inspired by the Arc GTK theme
|
|
||||||
x11drag=menubar_and_primary_toolbar
|
|
||||||
alt_mnemonic=true
|
|
||||||
left_tabs=true
|
|
||||||
attach_active_tab=true
|
|
||||||
mirror_doc_tabs=true
|
|
||||||
group_toolbar_buttons=false
|
|
||||||
toolbar_item_spacing=1
|
|
||||||
toolbar_interior_spacing=3
|
|
||||||
spread_progressbar=true
|
|
||||||
composite=true
|
|
||||||
menu_shadow_depth=7
|
|
||||||
menu_separator_height=6
|
|
||||||
tooltip_shadow_depth=6
|
|
||||||
splitter_width=4
|
|
||||||
scroll_width=9
|
|
||||||
scroll_arrows=false
|
|
||||||
scroll_min_extent=60
|
|
||||||
slider_width=6
|
|
||||||
slider_handle_width=18
|
|
||||||
slider_handle_length=18
|
|
||||||
center_toolbar_handle=true
|
|
||||||
check_size=14
|
|
||||||
textless_progressbar=false
|
|
||||||
progressbar_thickness=3font
|
|
||||||
menubar_mouse_tracking=true
|
|
||||||
toolbutton_style=1
|
|
||||||
click_behavior=0
|
|
||||||
translucent_windows=false
|
|
||||||
blurring=false
|
|
||||||
popup_blurring=false
|
|
||||||
vertical_spin_indicators=false
|
|
||||||
spin_button_width=32
|
|
||||||
fill_rubberband=false
|
|
||||||
merge_menubar_with_toolbar=true
|
|
||||||
small_icon_size=16
|
|
||||||
large_icon_size=32
|
|
||||||
button_icon_size=16
|
|
||||||
toolbar_icon_size=22
|
|
||||||
combo_as_lineedit=true
|
|
||||||
animate_states=false
|
|
||||||
combo_menu=true
|
|
||||||
hide_combo_checkboxes=true
|
|
||||||
combo_focus_rect=true
|
|
||||||
groupbox_top_label=true
|
|
||||||
inline_spin_indicators=false
|
|
||||||
joined_inactive_tabs=false
|
|
||||||
layout_spacing=6
|
|
||||||
layout_margin=9
|
|
||||||
scrollbar_in_view=true
|
|
||||||
transient_scrollbar=true
|
|
||||||
transient_groove=true
|
|
||||||
submenu_overlap=3
|
|
||||||
tooltip_delay=-1
|
|
||||||
tree_branch_line=true
|
|
||||||
contrast=1.00
|
|
||||||
dialog_button_layout=0
|
|
||||||
drag_from_buttons=false
|
|
||||||
intensity=1.00
|
|
||||||
menu_blur_radius=0
|
|
||||||
no_inactiveness=false
|
|
||||||
no_window_pattern=false
|
|
||||||
opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx
|
|
||||||
reduce_menu_opacity=0
|
|
||||||
reduce_window_opacity=0
|
|
||||||
respect_DE=true
|
|
||||||
saturation=1.00
|
|
||||||
scrollable_menu=true
|
|
||||||
shadowless_popup=false
|
|
||||||
submenu_delay=250
|
|
||||||
tooltip_blur_radius=0
|
|
||||||
|
|
||||||
[GeneralColors]
|
|
||||||
window.color=#f5f6f7
|
|
||||||
base.color=white
|
|
||||||
alt.base.color=#f8f8f8
|
|
||||||
button.color=#fbfbfc
|
|
||||||
light.color=white
|
|
||||||
mid.light.color=#f0f0f0
|
|
||||||
dark.color=#c8c8c8
|
|
||||||
mid.color=#e1e1e1
|
|
||||||
highlight.color=#5294e2
|
|
||||||
inactive.highlight.color=#5294e2
|
|
||||||
text.color=#000000c8
|
|
||||||
window.text.color=#000000c8
|
|
||||||
button.text.color=#000000c8
|
|
||||||
disabled.text.color=#00000073
|
|
||||||
tooltip.text.color=#eefcff
|
|
||||||
highlight.text.color=white
|
|
||||||
link.color=#0057AE
|
|
||||||
link.visited.color=#452886
|
|
||||||
progress.indicator.text.color=white
|
|
||||||
|
|
||||||
[Hacks]
|
|
||||||
transparent_ktitle_label=true
|
|
||||||
transparent_dolphin_view=false
|
|
||||||
transparent_pcmanfm_sidepane=true
|
|
||||||
blur_translucent=false
|
|
||||||
transparent_menutitle=true
|
|
||||||
respect_darkness=false
|
|
||||||
force_size_grip=true
|
|
||||||
iconless_pushbutton=false
|
|
||||||
iconless_menu=false
|
|
||||||
disabled_icon_opacity=100
|
|
||||||
lxqtmainmenu_iconsize=22
|
|
||||||
normal_default_pushbutton=true
|
|
||||||
single_top_toolbar=true
|
|
||||||
tint_on_mouseover=0
|
|
||||||
transparent_pcmanfm_view=false
|
|
||||||
blur_only_active_window=false
|
|
||||||
centered_forms=false
|
|
||||||
kinetic_scrolling=false
|
|
||||||
middle_click_scroll=false
|
|
||||||
no_selection_tint=false
|
|
||||||
noninteger_translucency=false
|
|
||||||
style_vertical_toolbars=false
|
|
||||||
|
|
||||||
[PanelButtonCommand]
|
|
||||||
frame=true
|
|
||||||
frame.element=button
|
|
||||||
frame.top=3
|
|
||||||
frame.bottom=3
|
|
||||||
frame.left=3
|
|
||||||
frame.right=3
|
|
||||||
interior=true
|
|
||||||
interior.element=button
|
|
||||||
indicator.size=9
|
|
||||||
text.normal.color=#000000c8
|
|
||||||
text.focus.color=black
|
|
||||||
text.press.color=white
|
|
||||||
text.toggle.color=white
|
|
||||||
text.shadow=0
|
|
||||||
text.margin=1
|
|
||||||
text.iconspacing=4
|
|
||||||
indicator.element=arrow
|
|
||||||
text.margin.top=2
|
|
||||||
text.margin.bottom=2
|
|
||||||
text.margin.left=2
|
|
||||||
text.margin.right=2
|
|
||||||
min_width=+0.3font
|
|
||||||
min_height=+0.3font
|
|
||||||
frame.expansion=6
|
|
||||||
|
|
||||||
[PanelButtonTool]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
|
|
||||||
[Dock]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
interior.element=dock
|
|
||||||
frame.element=dock
|
|
||||||
frame.top=1
|
|
||||||
frame.bottom=1
|
|
||||||
frame.left=1
|
|
||||||
frame.right=1
|
|
||||||
text.normal.color=#000000c8
|
|
||||||
|
|
||||||
[DockTitle]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
frame=false
|
|
||||||
interior=false
|
|
||||||
text.normal.color=#00000096
|
|
||||||
text.focus.color=black
|
|
||||||
text.bold=true
|
|
||||||
|
|
||||||
[IndicatorSpinBox]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
frame=true
|
|
||||||
interior=true
|
|
||||||
frame.left=1
|
|
||||||
indicator.element=spin
|
|
||||||
indicator.size=10
|
|
||||||
text.normal.color=#000000c8
|
|
||||||
|
|
||||||
[RadioButton]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
frame=false
|
|
||||||
interior.element=radio
|
|
||||||
text.normal.color=#000000c8
|
|
||||||
text.focus.color=black
|
|
||||||
|
|
||||||
[CheckBox]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
frame=false
|
|
||||||
interior.element=checkbox
|
|
||||||
text.normal.color=#000000c8
|
|
||||||
text.focus.color=black
|
|
||||||
|
|
||||||
[Focus]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
frame=true
|
|
||||||
frame.element=focus
|
|
||||||
frame.top=1
|
|
||||||
frame.bottom=1
|
|
||||||
frame.left=1
|
|
||||||
frame.right=1
|
|
||||||
frame.patternsize=20
|
|
||||||
|
|
||||||
[GenericFrame]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
frame=true
|
|
||||||
interior=false
|
|
||||||
frame.element=common
|
|
||||||
interior.element=common
|
|
||||||
frame.top=3
|
|
||||||
frame.bottom=3
|
|
||||||
frame.left=3
|
|
||||||
frame.right=3
|
|
||||||
|
|
||||||
[LineEdit]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
frame.element=lineedit
|
|
||||||
interior.element=lineedit
|
|
||||||
text.margin.left=1
|
|
||||||
text.margin.right=1
|
|
||||||
|
|
||||||
[DropDownButton]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
indicator.element=arrow-down
|
|
||||||
|
|
||||||
[IndicatorArrow]
|
|
||||||
indicator.element=arrow
|
|
||||||
indicator.size=9
|
|
||||||
|
|
||||||
[ToolboxTab]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
text.normal.color=#000000c8
|
|
||||||
text.press.color=#00000096
|
|
||||||
text.focus.color=black
|
|
||||||
|
|
||||||
[Tab]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
interior.element=tab
|
|
||||||
text.margin.left=8
|
|
||||||
text.margin.right=8
|
|
||||||
text.margin.top=2
|
|
||||||
text.margin.bottom=2
|
|
||||||
frame.element=tab
|
|
||||||
indicator.element=tab
|
|
||||||
frame.top=4
|
|
||||||
frame.bottom=4
|
|
||||||
frame.left=4
|
|
||||||
frame.right=4
|
|
||||||
text.normal.color=#0000007d
|
|
||||||
text.focus.color=#000000b4
|
|
||||||
text.toggle.color=#000000c8
|
|
||||||
frame.expansion=0
|
|
||||||
|
|
||||||
[TabFrame]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
frame.element=tabframe
|
|
||||||
interior.element=tabframe
|
|
||||||
frame.top=4
|
|
||||||
frame.bottom=4
|
|
||||||
frame.left=4
|
|
||||||
frame.right=4
|
|
||||||
|
|
||||||
[TreeExpander]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
indicator.size=12
|
|
||||||
indicator.element=tree
|
|
||||||
|
|
||||||
[HeaderSection]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
interior.element=header
|
|
||||||
frame.element=header
|
|
||||||
frame.top=3
|
|
||||||
frame.bottom=3
|
|
||||||
frame.left=1
|
|
||||||
frame.right=1
|
|
||||||
text.bold=true
|
|
||||||
text.normal.color=#00000096
|
|
||||||
text.focus.color=#4c85cb
|
|
||||||
text.toggle.color=black
|
|
||||||
indicator.element=harrow
|
|
||||||
frame.expansion=0
|
|
||||||
|
|
||||||
[SizeGrip]
|
|
||||||
indicator.element=resize-grip
|
|
||||||
|
|
||||||
[Toolbar]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
indicator.element=toolbar
|
|
||||||
indicator.size=5
|
|
||||||
text.margin=0
|
|
||||||
frame=false
|
|
||||||
interior.element=menubar
|
|
||||||
frame.element=menubar
|
|
||||||
text.normal.color=#000000c8
|
|
||||||
text.focus.color=black
|
|
||||||
frame.bottom=0
|
|
||||||
frame.expansion=0
|
|
||||||
|
|
||||||
[Slider]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
frame.element=slider
|
|
||||||
interior.element=slider
|
|
||||||
frame.top=3
|
|
||||||
frame.bottom=3
|
|
||||||
frame.left=3
|
|
||||||
frame.right=3
|
|
||||||
|
|
||||||
[SliderCursor]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
frame=false
|
|
||||||
interior.element=slidercursor
|
|
||||||
|
|
||||||
[Progressbar]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
frame.element=progress
|
|
||||||
interior.element=progress
|
|
||||||
text.margin=0
|
|
||||||
text.normal.color=#000000c8
|
|
||||||
text.focus.color=black
|
|
||||||
text.press.color=black
|
|
||||||
text.toggle.color=black
|
|
||||||
text.bold=false
|
|
||||||
frame.expansion=8
|
|
||||||
|
|
||||||
[ProgressbarContents]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
frame=true
|
|
||||||
frame.element=progress-pattern
|
|
||||||
interior.element=progress-pattern
|
|
||||||
|
|
||||||
[ItemView]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
text.margin=0
|
|
||||||
frame.element=itemview
|
|
||||||
interior.element=itemview
|
|
||||||
frame.top=2
|
|
||||||
frame.bottom=2
|
|
||||||
frame.left=2
|
|
||||||
frame.right=2
|
|
||||||
text.margin.top=2
|
|
||||||
text.margin.bottom=2
|
|
||||||
text.margin.left=4
|
|
||||||
text.margin.right=4
|
|
||||||
text.normal.color=#000000c8
|
|
||||||
text.focus.color=black
|
|
||||||
text.press.color=white
|
|
||||||
text.toggle.color=white
|
|
||||||
frame.expansion=0
|
|
||||||
|
|
||||||
[Splitter]
|
|
||||||
indicator.size=48
|
|
||||||
|
|
||||||
[Scrollbar]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
indicator.element=arrow
|
|
||||||
indicator.size=10
|
|
||||||
|
|
||||||
[ScrollbarSlider]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
frame.element=scrollbarslider
|
|
||||||
interior=false
|
|
||||||
frame.left=6
|
|
||||||
frame.right=6
|
|
||||||
frame.top=6
|
|
||||||
frame.bottom=6
|
|
||||||
indicator.element=grip
|
|
||||||
indicator.size=13
|
|
||||||
frame.expansion=48
|
|
||||||
|
|
||||||
[ScrollbarGroove]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
interior=false
|
|
||||||
frame=false
|
|
||||||
|
|
||||||
[MenuItem]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
frame=true
|
|
||||||
frame.element=menuitem
|
|
||||||
interior.element=menuitem
|
|
||||||
indicator.element=menuitem
|
|
||||||
text.normal.color=#000000c8
|
|
||||||
text.focus.color=white
|
|
||||||
text.margin.top=1
|
|
||||||
text.margin.bottom=1
|
|
||||||
text.margin.left=15
|
|
||||||
text.margin.right=5
|
|
||||||
frame.top=3
|
|
||||||
frame.bottom=3
|
|
||||||
frame.left=3
|
|
||||||
frame.right=3
|
|
||||||
frame.expansion=0
|
|
||||||
|
|
||||||
[MenuBar]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
frame.element=menubar
|
|
||||||
interior.element=menubar
|
|
||||||
frame.bottom=0
|
|
||||||
frame.expansion=0
|
|
||||||
|
|
||||||
[MenuBarItem]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
interior=true
|
|
||||||
interior.element=menubaritem
|
|
||||||
frame.element=menubaritem
|
|
||||||
frame.top=2
|
|
||||||
frame.bottom=2
|
|
||||||
frame.left=2
|
|
||||||
frame.right=2
|
|
||||||
text.margin.left=4
|
|
||||||
text.margin.right=4
|
|
||||||
text.margin.top=0
|
|
||||||
text.margin.bottom=0
|
|
||||||
text.normal.color=#000000b4
|
|
||||||
text.focus.color=white
|
|
||||||
frame.expansion=0
|
|
||||||
|
|
||||||
[TitleBar]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
frame=false
|
|
||||||
interior.element=titlebar
|
|
||||||
indicator.size=12
|
|
||||||
indicator.element=mdi
|
|
||||||
text.normal.color=#787878
|
|
||||||
text.focus.color=black
|
|
||||||
text.bold=true
|
|
||||||
text.italic=true
|
|
||||||
frame.expansion=0
|
|
||||||
|
|
||||||
[ComboBox]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
interior.element=combo
|
|
||||||
frame.element=combo
|
|
||||||
text.press.color=#000000c8
|
|
||||||
indicator.element=carrow
|
|
||||||
|
|
||||||
[Menu]
|
|
||||||
inherits=PanelButtonCommand
|
|
||||||
frame.top=1
|
|
||||||
frame.bottom=1
|
|
||||||
frame.left=1
|
|
||||||
frame.right=1
|
|
||||||
frame.element=menu
|
|
||||||
interior.element=menu
|
|
||||||
text.normal.color=#000000c8
|
|
||||||
text.shadow=false
|
|
||||||
frame.expansion=0
|
|
||||||
|
|
||||||
[GroupBox]
|
|
||||||
inherits=GenericFrame
|
|
||||||
frame=false
|
|
||||||
text.shadow=0
|
|
||||||
text.margin=0
|
|
||||||
text.normal.color=#00000096
|
|
||||||
text.focus.color=black
|
|
||||||
text.bold=true
|
|
||||||
frame.expansion=0
|
|
||||||
|
|
||||||
[TabBarFrame]
|
|
||||||
inherits=GenericFrame
|
|
||||||
frame=true
|
|
||||||
frame.element=tabBarFrame
|
|
||||||
interior=false
|
|
||||||
frame.top=4
|
|
||||||
frame.bottom=4
|
|
||||||
frame.left=4
|
|
||||||
frame.right=4
|
|
||||||
|
|
||||||
[ToolTip]
|
|
||||||
inherits=GenericFrame
|
|
||||||
frame.top=3
|
|
||||||
frame.bottom=3
|
|
||||||
frame.left=3
|
|
||||||
frame.right=3
|
|
||||||
interior=true
|
|
||||||
text.shadow=0
|
|
||||||
text.margin=0
|
|
||||||
interior.element=tooltip
|
|
||||||
frame.element=tooltip
|
|
||||||
frame.expansion=0
|
|
||||||
|
|
||||||
[StatusBar]
|
|
||||||
inherits=GenericFrame
|
|
||||||
frame=false
|
|
||||||
interior=false
|
|
||||||
|
|
||||||
[Window]
|
|
||||||
interior=true
|
|
||||||
interior.element=window
|
|
Before Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 138 KiB |
Before Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 178 B |
Before Width: | Height: | Size: 178 B |
Before Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 181 B |
Before Width: | Height: | Size: 181 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 29 KiB |
@ -1 +0,0 @@
|
|||||||
lubuntu.png
|
|
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 120 B |
Before Width: | Height: | Size: 219 B |
Before Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 178 B |
Before Width: | Height: | Size: 178 B |
Before Width: | Height: | Size: 141 B |
Before Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 154 B |
@ -1,44 +0,0 @@
|
|||||||
# Custom grub theme for Lubuntu
|
|
||||||
|
|
||||||
desktop-image: "background.png"
|
|
||||||
desktop-image-scale-method: "stretch"
|
|
||||||
title-text: "Select a boot option"
|
|
||||||
title-color: "#eff0f1"
|
|
||||||
message-color: "#eff0f1"
|
|
||||||
terminal-box: "terminal_*.png"
|
|
||||||
|
|
||||||
+ boot_menu {
|
|
||||||
left = 20%
|
|
||||||
width = 60%
|
|
||||||
top = 33%
|
|
||||||
height = 33%
|
|
||||||
|
|
||||||
menu_pixmap_style = "boot_menu_*.png"
|
|
||||||
|
|
||||||
item_color = "#eff0f1"
|
|
||||||
item_height = 50
|
|
||||||
item_icon_space = 8
|
|
||||||
item_spacing = 2
|
|
||||||
|
|
||||||
selected_item_color= "#f9fb06"
|
|
||||||
selected_item_pixmap_style = "select_*.png"
|
|
||||||
|
|
||||||
icon_height = 48
|
|
||||||
icon_width = 48
|
|
||||||
|
|
||||||
scrollbar = true
|
|
||||||
scrollbar_width = 20
|
|
||||||
scrollbar_thumb = "slider_*.png"
|
|
||||||
}
|
|
||||||
|
|
||||||
+ progress_bar {
|
|
||||||
id = "__timeout__"
|
|
||||||
left = 33%
|
|
||||||
width = 33%
|
|
||||||
top = 73%
|
|
||||||
height = 8
|
|
||||||
show_text = false
|
|
||||||
fg_color = #275772
|
|
||||||
bg_color = #31363b
|
|
||||||
border_color = #4d4d4d
|
|
||||||
}
|
|
@ -0,0 +1,219 @@
|
|||||||
|
# Default theme for Lubuntu by The Lubuntu Artwork Team:
|
||||||
|
# Rafael Laguna and Alexander Andjelkovic
|
||||||
|
# Thanks to Đurađ Radojičić
|
||||||
|
# More info at: https://launchpad.net/~lubuntu-art
|
||||||
|
|
||||||
|
[Icon Theme]
|
||||||
|
Name=Lubuntu-dark-panel
|
||||||
|
Comment=Default Lubuntu theme for dark panels
|
||||||
|
Inherits=Lubuntu,Adwaita,gnome,hicolor
|
||||||
|
Example=directory-x-normal
|
||||||
|
|
||||||
|
DisplayDepth=32
|
||||||
|
Example=folder
|
||||||
|
|
||||||
|
DesktopDefault=48
|
||||||
|
DesktopSizes=16,22,24,48,64,128
|
||||||
|
ToolbarDefault=22
|
||||||
|
ToolbarSizes=16,22,24,48
|
||||||
|
MainToolbarDefault=22
|
||||||
|
MainToolbarSizes=16,22,24,48
|
||||||
|
SmallDefault=16
|
||||||
|
SmallSizes=16,22,24,48
|
||||||
|
PanelDefault=24
|
||||||
|
PanelSizes=16,22,24,48,64,128
|
||||||
|
DialogDefault=32
|
||||||
|
DialogSizes=16,22,24,48,64,128
|
||||||
|
|
||||||
|
# Directory list
|
||||||
|
Directories=actions/16,actions/22,actions/24,apps/16,apps/24,apps/48,apps/64,apps/128,categories/16,categories/32,categories/48,devices/16,devices/22,devices/24,devices/48,devices/64,devices/128,emblems/24,mimes/16,mimes/22,mimes/24,mimes/48,panel/16,panel/22,panel/24,places/16,places/22,places/24,places/32,places/48,places/64,places/128,status/16,status/22,status/24,status/48,symbolic
|
||||||
|
|
||||||
|
[actions/16]
|
||||||
|
Size=16
|
||||||
|
Context=Actions
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[actions/22]
|
||||||
|
Size=22
|
||||||
|
Context=Actions
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[actions/24]
|
||||||
|
Size=24
|
||||||
|
Context=Actions
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[apps/16]
|
||||||
|
Size=16
|
||||||
|
Context=Applications
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[apps/22]
|
||||||
|
Size=22
|
||||||
|
Context=Applications
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[apps/24]
|
||||||
|
Size=24
|
||||||
|
Context=Applications
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[apps/48]
|
||||||
|
Size=48
|
||||||
|
Context=Applications
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[apps/64]
|
||||||
|
Size=64
|
||||||
|
Context=Applications
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[apps/128]
|
||||||
|
Size=128
|
||||||
|
Context=Applications
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[categories/16]
|
||||||
|
Size=16
|
||||||
|
Context=Categories
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[categories/32]
|
||||||
|
Size=32
|
||||||
|
Context=Categories
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[categories/48]
|
||||||
|
Size=48
|
||||||
|
Context=Categories
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[devices/16]
|
||||||
|
Size=16
|
||||||
|
Context=Devices
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[devices/22]
|
||||||
|
Size=22
|
||||||
|
Context=Devices
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[devices/24]
|
||||||
|
Size=24
|
||||||
|
Context=Devices
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[devices/48]
|
||||||
|
Size=48
|
||||||
|
Context=Devices
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[devices/64]
|
||||||
|
Size=64
|
||||||
|
Context=Devices
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[devices/128]
|
||||||
|
Size=128
|
||||||
|
Context=Devices
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[emblems/24]
|
||||||
|
Size=24
|
||||||
|
Context=Emblems
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[mimes/16]
|
||||||
|
Size=16
|
||||||
|
Context=MimeTypes
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[mimes/22]
|
||||||
|
Size=22
|
||||||
|
Context=MimeTypes
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[mimes/24]
|
||||||
|
Size=24
|
||||||
|
Context=MimeTypes
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[mimes/48]
|
||||||
|
Size=48
|
||||||
|
Context=MimeTypes
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[panel/16]
|
||||||
|
Size=16
|
||||||
|
Context=Status
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[panel/22]
|
||||||
|
Size=22
|
||||||
|
Context=Status
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[panel/24]
|
||||||
|
Size=24
|
||||||
|
Context=Status
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[places/16]
|
||||||
|
Size=16
|
||||||
|
Context=Places
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[places/22]
|
||||||
|
Size=22
|
||||||
|
Context=Places
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[places/24]
|
||||||
|
Size=24
|
||||||
|
Context=Places
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[places/32]
|
||||||
|
Size=32
|
||||||
|
Context=Places
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[places/48]
|
||||||
|
Size=48
|
||||||
|
Context=Places
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[places/64]
|
||||||
|
Size=64
|
||||||
|
Context=Places
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[places/128]
|
||||||
|
Size=128
|
||||||
|
Context=Places
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[status/16]
|
||||||
|
Size=16
|
||||||
|
Context=Status
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[status/22]
|
||||||
|
Size=22
|
||||||
|
Context=Status
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[status/24]
|
||||||
|
Size=24
|
||||||
|
Context=Status
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[status/48]
|
||||||
|
Size=48
|
||||||
|
Context=Status
|
||||||
|
Type=Threshold
|
||||||
|
|
||||||
|
[symbolic]
|
||||||
|
Size=24
|
||||||
|
Context=Status
|
||||||
|
Type=Threshold
|
After Width: | Height: | Size: 159 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 886 B |
After Width: | Height: | Size: 934 B |
After Width: | Height: | Size: 1.0 KiB |
@ -0,0 +1 @@
|
|||||||
|
nm-device-wired.svg
|
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 6.5 KiB |
After Width: | Height: | Size: 945 B |
After Width: | Height: | Size: 949 B |
After Width: | Height: | Size: 4.3 KiB |
@ -0,0 +1 @@
|
|||||||
|
sylpheed-panel-unread.svg
|
@ -0,0 +1 @@
|
|||||||
|
sylpheed-panel.svg
|
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 3.3 KiB |