Compare commits
1 Commits
ubuntu/que
...
ubuntu/bio
Author | SHA1 | Date | |
---|---|---|---|
|
53dcb9c9a1 |
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
debian/files
|
|
11
.travis.yml
@ -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
|
|
40
README
Normal file
@ -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.
|
37
README.md
@ -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)
|
|
417
debian/changelog
vendored
@ -1,419 +1,8 @@
|
|||||||
lubuntu-artwork (25.10.1) questing; urgency=medium
|
lubuntu-artwork (0.71.1) bionic; urgency=medium
|
||||||
|
|
||||||
* Add hover styling to LXQt menu (contributed by Sean West, thank you!)
|
* Fix support for GtkTreeView separators (LP: #1781689).
|
||||||
* 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
|
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 14 Jul 2018 01:58:17 -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
|
|
||||||
|
|
||||||
* Added theming for Fancy Menu.
|
|
||||||
|
|
||||||
-- Walter Lapchynski <wxl@ubuntu.com> Thu, 13 Feb 2025 07:00:00 +0000
|
|
||||||
|
|
||||||
lubuntu-artwork (25.04.1) plucky; urgency=medium
|
|
||||||
|
|
||||||
* Welcome to Plucky Puffin!
|
|
||||||
* Bump Standards-version to 4.7.0, no changes needed.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 15 Oct 2024 20:38:25 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (24.10.4) oracular; urgency=medium
|
|
||||||
|
|
||||||
* Fix decryption keyboard layout indicator. (LP: #2063895)
|
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 26 Sep 2024 20:18:48 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (24.10.3) oracular; urgency=medium
|
|
||||||
|
|
||||||
* Fix clock positioning. (LP: #2080815)
|
|
||||||
* Add wallpaper and login screen artwork. (LP: #2080816)
|
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Mon, 16 Sep 2024 02:46:47 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (24.10.2) oracular; urgency=medium
|
|
||||||
|
|
||||||
* Add Kvantum theme, fix panel stylesheet in Lubuntu Arc theme.
|
|
||||||
(LP: #2080442)
|
|
||||||
|
|
||||||
[ Simon Quigley ]
|
|
||||||
* Port SDDM theme to Qt 6.
|
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Wed, 11 Sep 2024 17:38:45 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (24.10.1) oracular; urgency=medium
|
|
||||||
|
|
||||||
* Welcome to Oracular Oriole!
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 30 Apr 2024 15:21:06 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (24.04.6) noble; urgency=medium
|
|
||||||
|
|
||||||
* Update Plymouth text for LTS.
|
|
||||||
|
|
||||||
-- Walter Lapchynski <wxl@ubuntu.com> Fri, 19 Apr 2024 00:50:22 +0000
|
|
||||||
|
|
||||||
lubuntu-artwork (24.04.5) noble; urgency=medium
|
|
||||||
|
|
||||||
* Update Plymouth text for Noble. (LP: #2060960)
|
|
||||||
|
|
||||||
-- Walter Lapchynski <wxl@ubuntu.com> Wed, 17 Apr 2024 22:32:11 +0000
|
|
||||||
|
|
||||||
lubuntu-artwork (24.04.4) noble; urgency=medium
|
|
||||||
|
|
||||||
* Added official wallpaper and SDDM screen for Noble.
|
|
||||||
* Removed the old SDDM placeholder screen, it calls the OS a "development"
|
|
||||||
version, which will no longer be correct when 24.04 is released.
|
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 18 Feb 2024 19:32:03 -0600
|
|
||||||
|
|
||||||
lubuntu-artwork (24.04.3) noble; urgency=medium
|
|
||||||
|
|
||||||
* Add sddm-conf, lxqt-themes-extra, and lxqt-themes as Recommends.
|
|
||||||
* Wraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaap.
|
|
||||||
* Update Standards-version to 4.6.2, no changes needed.
|
|
||||||
* Update Vcs-* to match the move to Gitea.
|
|
||||||
* Relax several dependencies that have been satisfiable since Focal, and
|
|
||||||
remove some ancient Conflicts/Replaces present for several LTSes now.
|
|
||||||
* Bump copyright years for myself.
|
|
||||||
* Remove obsolete gbp.conf.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 29 Nov 2023 09:36:12 -0600
|
|
||||||
|
|
||||||
lubuntu-artwork (24.04.2) noble; urgency=medium
|
|
||||||
|
|
||||||
* Move the watermark text on the SDDM screen.
|
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@gmail.com> Thu, 16 Nov 2023 17:38:54 -0600
|
|
||||||
|
|
||||||
lubuntu-artwork (24.04.1) noble; urgency=medium
|
|
||||||
|
|
||||||
* Add placeholder images for Noble.
|
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@gmail.com> Thu, 16 Nov 2023 15:20:15 -0600
|
|
||||||
|
|
||||||
lubuntu-artwork (23.10.4) mantic; urgency=medium
|
|
||||||
|
|
||||||
* 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.
|
|
||||||
|
|
||||||
-- 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.
|
|
||||||
|
|
||||||
-- Walter Lapchynski <wxl@ubuntu.com> Sun, 17 Sep 2023 10:31:11 -0700
|
|
||||||
|
|
||||||
lubuntu-artwork (23.10.1) mantic; urgency=medium
|
|
||||||
|
|
||||||
* Welcome to the Mantic Minotaur!
|
|
||||||
* Update Plymouth text to 23.10.
|
|
||||||
* Update Lubuntu Arc LXQt theme preview image.
|
|
||||||
- Removed unnecessary SVG version.
|
|
||||||
- Update debian/copyright.
|
|
||||||
|
|
||||||
-- Walter Lapchynski <wxl@ubuntu.com> Tue, 22 Aug 2023 16:53:15 +0000
|
|
||||||
|
|
||||||
lubuntu-artwork (23.04.3) lunar; urgency=medium
|
|
||||||
|
|
||||||
* Fixed a boffo in the [ubuntu-text] section of
|
|
||||||
src/usr/share/plymouth/themes/lubuntu-text/lubuntu-text.plymouth (the
|
|
||||||
title should be "Lubuntu 23.04", not "Lubuntu 22.10").
|
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 30 Mar 2023 20:42:20 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (23.04.2) lunar; urgency=medium
|
|
||||||
|
|
||||||
* Added back dropped changed from version 22.10.2.
|
|
||||||
* Added new artwork for 23.04.
|
|
||||||
- Update debian/copyright.
|
|
||||||
- Update install file.
|
|
||||||
* Removed trailing whitespace from changelog.
|
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 13 Jan 2023 16:47:08 -0600
|
|
||||||
|
|
||||||
lubuntu-artwork (23.04.1) lunar; urgency=medium
|
|
||||||
|
|
||||||
* Welcome to the Lunar Lobster!
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 28 Oct 2022 15:12:48 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (22.10.2) kinetic; urgency=medium
|
|
||||||
|
|
||||||
* Add new Kinetic Kudu wallpaper and SDDM background. (LP: #1990636)
|
|
||||||
- Update install file.
|
|
||||||
- Update debian/copyright.
|
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@gmail.com> Thu, 29 Sep 2022 03:46:29 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (22.10.1) kinetic; urgency=medium
|
|
||||||
|
|
||||||
* Update plymouth text to 22.10.
|
|
||||||
* Add kudu wallpaper.
|
|
||||||
- Update debian/copright.
|
|
||||||
- Add new wallpaper to install file.
|
|
||||||
|
|
||||||
-- Dan Simmons <kc2bez@lubuntu.me> Sat, 11 Jun 2022 20:10:15 -0400
|
|
||||||
|
|
||||||
lubuntu-artwork (22.04.2) jammy; urgency=medium
|
|
||||||
|
|
||||||
* Add new Jellyfish wallpaper. (LP: #1965995)
|
|
||||||
- Update debian/copyright.
|
|
||||||
- Add new wallpaper to install file.
|
|
||||||
- Update link to default wallpaper.
|
|
||||||
* Update debian/control.
|
|
||||||
- Update VCS links to phab.
|
|
||||||
- Update standards-version to 4.6.0, no changes needed.
|
|
||||||
- Use debhelper-compat (=13).
|
|
||||||
|
|
||||||
-- Dan Simmons <kc2bez@lubuntu.me> Tue, 22 Mar 2022 20:16:19 -0400
|
|
||||||
|
|
||||||
lubuntu-artwork (22.04.1) jammy; urgency=medium
|
|
||||||
|
|
||||||
* Remove some 20.04 wallpapers.
|
|
||||||
- Update debian/copyright.
|
|
||||||
* Update plymouth text to 22.04 LTS.
|
|
||||||
|
|
||||||
-- Dan Simmons <kc2bez@lubuntu.me> Mon, 21 Feb 2022 08:18:10 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (21.10.1) impish; urgency=medium
|
|
||||||
|
|
||||||
* Update plymouth text to 21.10.
|
|
||||||
* Add new wallpapers.
|
|
||||||
- Update links for default images in SDDM and main wallpaper.
|
|
||||||
- Update debian/copyright.
|
|
||||||
* Update artwork install file.
|
|
||||||
|
|
||||||
-- Dan Simmons <kc2bez@lubuntu.me> Wed, 18 Aug 2021 20:22:07 -0400
|
|
||||||
|
|
||||||
lubuntu-artwork (21.04.1) hirsute; urgency=medium
|
|
||||||
|
|
||||||
[ Hans P Möller ]
|
|
||||||
* Added Lubuntu Breeze Openbox Theme.
|
|
||||||
|
|
||||||
[ Dan Simmons ]
|
|
||||||
* Update plymouth text to 21.04.
|
|
||||||
* Update debian/copyright.
|
|
||||||
* Add Artwork from contest and update links. (LP: #1922962)
|
|
||||||
|
|
||||||
-- Dan Simmons <kc2bez@lubuntu.me> Wed, 07 Apr 2021 15:50:37 -0400
|
|
||||||
|
|
||||||
lubuntu-artwork (20.10.3) groovy; urgency=medium
|
|
||||||
|
|
||||||
* Update default wallpaper link.
|
|
||||||
* Change selected item color for grub theme. (LP: #1892303)
|
|
||||||
|
|
||||||
-- Dan Simmons <kc2bez@lubuntu.me> Sat, 03 Oct 2020 17:58:37 -0400
|
|
||||||
|
|
||||||
lubuntu-artwork (20.10.2) groovy; urgency=medium
|
|
||||||
|
|
||||||
* Add lubuntu-grub-theme.cfg for setting GRUB_THEME variable.
|
|
||||||
|
|
||||||
-- Raman Sarda <theloudspeaker@disroot.org> Sun, 26 Jul 2020 01:45:26 +0530
|
|
||||||
|
|
||||||
lubuntu-artwork (20.10.1) groovy; urgency=medium
|
|
||||||
|
|
||||||
[ Jacob Sawicki ]
|
|
||||||
* Created artwork for the Lubuntu spinner theme.
|
|
||||||
|
|
||||||
[ apt-ghetto ]
|
|
||||||
* Welcome to the Groovy Gorilla
|
|
||||||
* Changed the Lubuntu plymouth theme:
|
|
||||||
- Changed plymouth-theme-lubuntu-logo to use the Ubuntu spinner theme
|
|
||||||
(LP: #1872669)
|
|
||||||
- Updated plymouth-theme-lubuntu-text to print actual release version.
|
|
||||||
|
|
||||||
[ Raman Sarda ]
|
|
||||||
* Update lubuntu-grub-theme
|
|
||||||
- Change default location of theme files.
|
|
||||||
- Remove grub2 dependency.
|
|
||||||
|
|
||||||
-- Raman Sarda <theloudspeaker@lubuntu.me> Fri, 17 Jul 2020 23:47:13 +0530
|
|
||||||
|
|
||||||
lubuntu-artwork (20.04.3) focal; urgency=medium
|
|
||||||
|
|
||||||
* Add wallpapers from wallpaper contest.
|
|
||||||
* Add wallpapers to artwork install file.
|
|
||||||
* Remove old wallpapers.
|
|
||||||
|
|
||||||
-- Dan Simmons <kc2bez@lubuntu.me> Tue, 14 Apr 2020 00:39:15 -0400
|
|
||||||
|
|
||||||
lubuntu-artwork (20.04.2) focal; urgency=medium
|
|
||||||
|
|
||||||
* Added Lubuntu Round Openbox Theme.
|
|
||||||
* Changed background and hover color on in menu search.
|
|
||||||
* Bumped Standards-Version to 4.5.0, no changes needed.
|
|
||||||
|
|
||||||
-- Hans P Möller <hmollercl@lubuntu.me> Fri, 24 Jan 2020 23:31:02 -0300
|
|
||||||
|
|
||||||
lubuntu-artwork (20.04.1) focal; urgency=medium
|
|
||||||
|
|
||||||
[ Simon Quigley ]
|
|
||||||
* Replace wall.png with a symbolic link to the default wallpaper.
|
|
||||||
|
|
||||||
[ Raman Sarda ]
|
|
||||||
* Modified lubuntu-grub-theme
|
|
||||||
- Removed postinstall and preinstall files.
|
|
||||||
- Removed cfg script from /etc/default/grub.d/
|
|
||||||
- Modified install file accordingly.
|
|
||||||
- Make hummingbird logo appear on grub menu entry.
|
|
||||||
|
|
||||||
-- Raman Sarda <theloudspeaker@lubuntu.me> Sat, 09 Nov 2019 22:57:03 +0530
|
|
||||||
|
|
||||||
lubuntu-artwork (19.10.3) eoan; urgency=medium
|
|
||||||
|
|
||||||
* Add wallpapers to artwork install.
|
|
||||||
|
|
||||||
-- Dan Simmons <kc2bez@lubuntu.me> Tue, 08 Oct 2019 22:19:43 -0400
|
|
||||||
|
|
||||||
lubuntu-artwork (19.10.2) eoan; urgency=medium
|
|
||||||
|
|
||||||
[ Raman Sarda ]
|
|
||||||
* Added lubuntu-grub-theme
|
|
||||||
* Removed unnecessary link from the top of readme.
|
|
||||||
|
|
||||||
[ Dan Simmons ]
|
|
||||||
* Add wallpapers from the wallpaper contest.
|
|
||||||
|
|
||||||
-- Raman Sarda <theloudspeaker@lubuntu.me> Wed, 24 Sep 2019 11:10:29 +0530
|
|
||||||
|
|
||||||
lubuntu-artwork (19.10.1) eoan; urgency=medium
|
|
||||||
|
|
||||||
* Fix version number to be consistent with the release name.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 29 Aug 2019 17:08:43 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (19.04.3) eoan; urgency=medium
|
|
||||||
|
|
||||||
* Add suspend button, thanks to Guephren!
|
|
||||||
* Bump Standards-Version & debhelper compat version, no changes needed.
|
|
||||||
|
|
||||||
-- Walter Lapchynski <wxl@ubuntu.com> Wed, 21 Aug 2019 22:08:19 -0700
|
|
||||||
|
|
||||||
lubuntu-artwork (19.04.2) disco; urgency=medium
|
|
||||||
|
|
||||||
* Provide lxqt-branding so the Debian LXQt branding is not pulled in.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 09 Mar 2019 16:07:23 -0600
|
|
||||||
|
|
||||||
lubuntu-artwork (19.04.1) disco; urgency=medium
|
|
||||||
|
|
||||||
* Bump the version to be partial release-based partial semver-based rather
|
|
||||||
than completely based on semver.
|
|
||||||
* Change the default wallpaper to the hummingbird rather than the blank
|
|
||||||
Cosmic background.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 05 Mar 2019 19:04:06 -0600
|
|
||||||
|
|
||||||
lubuntu-artwork (1.9) disco; urgency=low
|
|
||||||
|
|
||||||
* Add space on the left side to the Lubuntu splash screen logo.
|
|
||||||
The logo is now centered.
|
|
||||||
|
|
||||||
-- apt-ghetto <apt-ghetto@protonmail.com> Fri, 08 Feb 2019 17:20:32 +0100
|
|
||||||
|
|
||||||
lubuntu-artwork (1.8) cosmic; urgency=medium
|
|
||||||
|
|
||||||
* Changed active window border to light blue.
|
|
||||||
* Increase window border so it is easier to grab.
|
|
||||||
|
|
||||||
-- Hans P. Möller <hmoller@gmail.com> Thu, 27 Sep 2018 16:01:47 -0300
|
|
||||||
|
|
||||||
lubuntu-artwork (1.7) cosmic; urgency=medium
|
|
||||||
|
|
||||||
[ Wendy Hill ]
|
|
||||||
* Fix the shutdown and restart buttons for the SDDM greeter.
|
|
||||||
|
|
||||||
[ Simon Quigley ]
|
|
||||||
* Fix whitespace and bump the copyright date for the artwork team.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Sun, 16 Sep 2018 15:05:08 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (1.6) cosmic; urgency=medium
|
|
||||||
|
|
||||||
* Use the new ubuntu-theme virtual SDDM theme, and remove the Conflicts on
|
|
||||||
the Breeze theme.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 27 Jul 2018 08:21:13 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (1.5) cosmic; urgency=medium
|
|
||||||
|
|
||||||
* Change the SDDM theme wallpaper to the default 18.04 one.
|
|
||||||
* Fix the description for sddm-theme-lubuntu.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 11 Jul 2018 23:05:25 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (1.4) cosmic; urgency=medium
|
|
||||||
|
|
||||||
* Rename sddm-theme-lubuntu-chooser to sddm-theme-lubuntu.
|
|
||||||
* Since Ubuntu's sddm is hardcoded to use the Breeze theme, add postinst and
|
|
||||||
prerm scripts which install the Lubuntu SDDM theme as the Breeze theme.
|
|
||||||
Conflict against sddm-theme-breeze accordingly.
|
|
||||||
* Run wrap-and-sort.
|
|
||||||
* Bump Standards-version to 4.1.5, no changes needed.
|
|
||||||
* Change homepage to Lubuntu.me.
|
|
||||||
* Fix branch name in Vcs-Browser.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 07 Jul 2018 19:05:42 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (1.3) cosmic; urgency=critical
|
|
||||||
|
|
||||||
* Whoops, add the additional files from the previous upload to the
|
|
||||||
install file.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 17 May 2018 21:34:07 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (1.2) cosmic; urgency=high
|
|
||||||
|
|
||||||
* Add back the Lubuntu Arc Openbox theme which was accidentally removed
|
|
||||||
during the 1.0 upload.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 17 May 2018 21:18:35 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (1.1) cosmic; urgency=medium
|
|
||||||
|
|
||||||
* Add additional Conflicts/Replaces on the 18.04 artwork package.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 16 May 2018 22:35:15 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (1.0) cosmic; urgency=medium
|
|
||||||
|
|
||||||
* Rename the Lubuntu Next Plymouth theme to Lubuntu, and retire the
|
|
||||||
old Lubuntu Plymouth theme.
|
|
||||||
* Remove all packages besides lubuntu-artwork, plymouth-theme-lubuntu-logo,
|
|
||||||
plymouth-theme-lubuntu-text, and sddm-theme-lubuntu-chooser. The other
|
|
||||||
files are now in a separate repository.
|
|
||||||
* Bump Standards-version to 4.1.4, no changes needed.
|
|
||||||
* Bump debhelper compat to 11.
|
|
||||||
* Update the Maintainer to Lubuntu Developers.
|
|
||||||
* Completely rewrite the copyright file.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 15 May 2018 23:19:32 -0500
|
|
||||||
|
|
||||||
lubuntu-artwork (0.71) bionic; urgency=medium
|
lubuntu-artwork (0.71) bionic; urgency=medium
|
||||||
|
|
||||||
|
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
9
|
316
debian/control
vendored
@ -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.7.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: sddm-theme-lubuntu
|
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: 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
|
||||||
|
1424
debian/copyright
vendored
3
debian/gbp.conf
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[buildpackage]
|
||||||
|
export-dir = ../build-area/
|
||||||
|
debian-branch = master
|
4
debian/lubuntu-artwork-10-04.install
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
usr/share/lubuntu/images/1004-*
|
||||||
|
usr/share/lubuntu/wallpapers/1004-*
|
||||||
|
usr/share/lxdm/themes/1004-*
|
||||||
|
usr/share/lxpanel/images/1004-*
|
5
debian/lubuntu-artwork-10-10.install
vendored
Normal file
@ -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/
|
5
debian/lubuntu-artwork-11-04.install
vendored
Normal file
@ -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/
|
5
debian/lubuntu-artwork-11-10.install
vendored
Normal file
@ -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/
|
5
debian/lubuntu-artwork-12-04.install
vendored
Normal file
@ -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/
|
5
debian/lubuntu-artwork-12-10.install
vendored
Normal file
@ -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
|
5
debian/lubuntu-artwork-13-04.install
vendored
Normal file
@ -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
|
5
debian/lubuntu-artwork-13-10.install
vendored
Normal file
@ -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
|
5
debian/lubuntu-artwork-14-04.install
vendored
Normal file
@ -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
|
5
debian/lubuntu-artwork-14-10.install
vendored
Normal file
@ -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
|
5
debian/lubuntu-artwork-15-04.install
vendored
Normal file
@ -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
|
5
debian/lubuntu-artwork-15-10.install
vendored
Normal file
@ -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
|
5
debian/lubuntu-artwork-16-04.install
vendored
Normal file
@ -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
|
4
debian/lubuntu-artwork-16-10.install
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
usr/share/lubuntu/images/1610-*
|
||||||
|
usr/share/lubuntu/wallpapers/1610-*
|
||||||
|
usr/share/lxpanel/images/1610-*
|
||||||
|
usr/share/themes/Box9
|
4
debian/lubuntu-artwork-17-04.install
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
usr/share/lubuntu/images/1704-*
|
||||||
|
usr/share/lubuntu/wallpapers/1704-*
|
||||||
|
usr/share/lxpanel/images/1704-*
|
||||||
|
usr/share/themes/Box10
|
4
debian/lubuntu-artwork-17-10.install
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
usr/share/lubuntu/images/1710-*
|
||||||
|
usr/share/lubuntu/wallpapers/1710-*
|
||||||
|
usr/share/lxpanel/images/1710-*
|
||||||
|
usr/share/themes/Box11
|
3
debian/lubuntu-artwork-18-04.install
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
usr/share/lubuntu/images/1804-*
|
||||||
|
usr/share/lubuntu/wallpapers/1804-*
|
||||||
|
usr/share/lxpanel/images/1804-*
|
20
debian/lubuntu-artwork.install
vendored
@ -1,14 +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/2504-*
|
|
||||||
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/*
|
|
||||||
|
15
debian/lubuntu-artwork.postinst
vendored
@ -1,4 +1,19 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# 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>
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
26
debian/lubuntu-artwork.postrm
vendored
@ -1,4 +1,30 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# 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>
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
2
debian/lubuntu-grub-theme.install
vendored
@ -1,2 +0,0 @@
|
|||||||
src/etc/default/grub.d/lubuntu-grub-theme.cfg /etc/default/grub.d/
|
|
||||||
usr/share/grub/themes/
|
|
1
debian/lubuntu-icon-theme.install
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
usr/share/icons/*
|
1
debian/lubuntu-lxpanel-icons.install
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
usr/share/lxpanel/images/xkb-flags-cust/*
|
16
debian/plymouth-theme-lubuntu-logo.postinst
vendored
@ -1,4 +1,20 @@
|
|||||||
#!/bin/sh -e
|
#!/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
|
case "$1" in
|
||||||
configure)
|
configure)
|
||||||
|
1
debian/plymouth-theme-lubuntu-next-logo.install
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
usr/share/plymouth/themes/lubuntu-next-logo/
|
33
debian/plymouth-theme-lubuntu-next-logo.postinst
vendored
Normal file
@ -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
|
43
debian/plymouth-theme-lubuntu-next-logo.prerm
vendored
Normal file
@ -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
|
1
debian/plymouth-theme-lubuntu-next-text.install
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
usr/share/plymouth/themes/lubuntu-next-text/
|
33
debian/plymouth-theme-lubuntu-next-text.postinst
vendored
Normal file
@ -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
|
43
debian/plymouth-theme-lubuntu-next-text.prerm
vendored
Normal file
@ -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
|
16
debian/plymouth-theme-lubuntu-text.postinst
vendored
@ -1,4 +1,20 @@
|
|||||||
#!/bin/sh -e
|
#!/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
|
case "$1" in
|
||||||
configure)
|
configure)
|
||||||
|
7
debian/rules
vendored
@ -13,5 +13,8 @@ override_dh_auto_build:
|
|||||||
(cd $$d; for c in *; do /usr/lib/icon-naming-utils/icon-name-mapping -c $$c; done); \
|
(cd $$d; for c in *; do /usr/lib/icon-naming-utils/icon-name-mapping -c $$c; done); \
|
||||||
done
|
done
|
||||||
|
|
||||||
override_dh_missing:
|
override_dh_install:
|
||||||
dh_missing --fail-missing
|
# Make lintian happy by not installing extra copyright files.
|
||||||
|
find $(CURDIR)/debian/*/ -name "COPYING" -delete
|
||||||
|
|
||||||
|
dh_install --fail-missing
|
||||||
|
1
debian/sddm-theme-lubuntu-chooser.install
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
usr/share/sddm/themes/lubuntu-chooser/
|
1
debian/sddm-theme-lubuntu.install
vendored
@ -1 +0,0 @@
|
|||||||
usr/share/sddm/themes/lubuntu/
|
|
12
debian/sddm-theme-lubuntu.postinst
vendored
@ -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#
|
|
11
debian/sddm-theme-lubuntu.prerm
vendored
@ -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
|
|
||||||
}
|
|
219
src/usr/share/icons/Lubuntu-dark-panel/index.theme
Normal file
@ -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 |
1
src/usr/share/icons/Lubuntu-dark-panel/panel/16/network-idle.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
nm-device-wired.svg
|
@ -0,0 +1,74 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
version="1.0"
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
id="svg4073"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="nm-device-wired.svg">
|
||||||
|
<metadata
|
||||||
|
id="metadata18">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="975"
|
||||||
|
id="namedview16"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="29.377072"
|
||||||
|
inkscape:cx="15.074871"
|
||||||
|
inkscape:cy="8.7394537"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4073"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="false">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid2989"
|
||||||
|
empspacing="5"
|
||||||
|
visible="true"
|
||||||
|
enabled="true"
|
||||||
|
snapvisiblegridlinesonly="true" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs4075" />
|
||||||
|
<path
|
||||||
|
id="path3112"
|
||||||
|
d="m 8,1 -1,1 0,5 1,1 3,0 0,1 0,2 -1,1 0,0 -1,0 0,-2 -1,-1 -7,0 -1,1 0,5 1,1 7,0 1,-1 0,-1 1,0 1,0 2,-2 0,-3 0,-1 2,0 1,-1 0,-5 -1,-1 z m 1,2 5,0 0,3 -5,0 z m -7,8 5,0 0,3 -5,0 z"
|
||||||
|
style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccc" />
|
||||||
|
<path
|
||||||
|
style="opacity:1;color:#000000;fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||||
|
d="m 8,0 -1,1 0,5 1,1 3,0 0,1 0,2 -1,1 0,0 L 9,11 9,9 8,8 1,8 0,9 l 0,5 1,1 7,0 1,-1 0,-1 1,0 1,0 2,-2 0,-3 0,-1 2,0 1,-1 0,-5 -1,-1 z m 1,2 5,0 0,3 -5,0 z m -7,8 5,0 0,3 -5,0 z"
|
||||||
|
id="path3013"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccc" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.7 KiB |
@ -0,0 +1,71 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
version="1.0"
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
id="svg4073"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="nm-no-connection.svg">
|
||||||
|
<metadata
|
||||||
|
id="metadata18">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="975"
|
||||||
|
id="namedview16"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="29.377072"
|
||||||
|
inkscape:cx="15.074871"
|
||||||
|
inkscape:cy="8.7394537"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4073"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="false">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid2989"
|
||||||
|
empspacing="5"
|
||||||
|
visible="true"
|
||||||
|
enabled="true"
|
||||||
|
snapvisiblegridlinesonly="true" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs4075" />
|
||||||
|
<path
|
||||||
|
id="path3089"
|
||||||
|
d="m 8,1 -1,1 0,5 1,1 4,0 0,1 1,1 1,-1 0,-1 1,0 1,-1 0,-5 -1,-1 -7,0 z m 1,2 5,0 0,3 -5,0 0,-3 z m -8,6 -1,1 0,5 1,1 7,0 1,-1 0,-1 1,0 1,-1 L 10,12 9,12 9,10 8,9 1,9 z m 10,4 0,1 -1,0 0,1 2,0 0,-1 2,0 0,1 2,0 0,-1 -1,0 0,-1 -1,0 0,-1 1,0 0,-1 1,0 0,-1 -2,0 0,1 -2,0 0,-1 -2,0 0,1 1,0 0,1 1,0 0,1 -1,0 z m -9,-2 5,0 0,3 -5,0 0,-3 z"
|
||||||
|
style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="opacity:1;color:#000000;fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||||
|
d="M 8 0 L 7 1 L 7 6 L 8 7 L 12 7 L 12 8 L 13 9 L 14 8 L 14 7 L 15 7 L 16 6 L 16 1 L 15 0 L 8 0 z M 9 2 L 14 2 L 14 5 L 9 5 L 9 2 z M 1 8 L 0 9 L 0 14 L 1 15 L 8 15 L 9 14 L 9 13 L 10 13 L 11 12 L 10 11 L 9 11 L 9 9 L 8 8 L 1 8 z M 11 12 L 11 13 L 10 13 L 10 14 L 12 14 L 12 13 L 14 13 L 14 14 L 16 14 L 16 13 L 15 13 L 15 12 L 14 12 L 14 11 L 15 11 L 15 10 L 16 10 L 16 9 L 14 9 L 14 10 L 12 10 L 12 9 L 10 9 L 10 10 L 11 10 L 11 11 L 12 11 L 12 12 L 11 12 z M 2 10 L 7 10 L 7 13 L 2 13 L 2 10 z "
|
||||||
|
id="path2992" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.0 KiB |
@ -0,0 +1,96 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
version="1.0"
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
id="svg3194"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="nm-vpn-standalone-lock.svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="975"
|
||||||
|
id="namedview11"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="22.627417"
|
||||||
|
inkscape:cx="8"
|
||||||
|
inkscape:cy="8.3539993"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg3194"
|
||||||
|
inkscape:snap-bbox="true">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid2987"
|
||||||
|
empspacing="5"
|
||||||
|
visible="true"
|
||||||
|
enabled="true"
|
||||||
|
snapvisiblegridlinesonly="true" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata16">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs3196">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3587-6-5-3-4-8-7">
|
||||||
|
<stop
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#000000;stop-opacity:1"
|
||||||
|
id="stop3589-9-2-2-5-1-4" />
|
||||||
|
<stop
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#363636;stop-opacity:1"
|
||||||
|
id="stop3591-7-4-73-2-8-4" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3587-6-5-3-4-8-7"
|
||||||
|
id="linearGradient2990"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.45112155,0,0,0.60259734,6.197116,-17.098362)"
|
||||||
|
x1="31.261829"
|
||||||
|
y1="23.638462"
|
||||||
|
x2="31.261829"
|
||||||
|
y2="38.389946" />
|
||||||
|
</defs>
|
||||||
|
<path
|
||||||
|
style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||||
|
d="m 8,4.9999996 c -1.2188,0 -2,0.761567 -2,2 l 0,1 c -0.6094,0 -1,0.387684 -1,1 L 5,12 c 0,0.612316 0.3906,1 1,1 l 4,0 c 0.6094,0 1,-0.387684 1,-1 l 0,-3.0000004 c 0,-0.612316 -0.3906,-1 -1,-1 l 0,-1 c 0,-1.238432 -0.7812,-2 -2,-2 z m 0,1 c 0.6094,0 1,0.383665 1,1 l 0,1 -2,0 0,-1 c 0,-0.616335 0.3906,-1 1,-1 z"
|
||||||
|
id="path3075"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="sscsssssscssssccss" />
|
||||||
|
<path
|
||||||
|
d="m 8,3.9999996 c -1.2188,0 -2,0.761567 -2,2 l 0,1 c -0.6094,0 -1,0.387684 -1,1 L 5,11 c 0,0.612316 0.3906,1 1,1 l 4,0 c 0.6094,0 1,-0.387684 1,-1 l 0,-3.0000004 c 0,-0.612316 -0.3906,-1 -1,-1 l 0,-1 c 0,-1.238432 -0.7812,-2 -2,-2 z m 0,1 c 0.6094,0 1,0.383665 1,1 l 0,1 -2,0 0,-1 c 0,-0.616335 0.3906,-1 1,-1 z"
|
||||||
|
id="rect2822-4-4-8"
|
||||||
|
style="opacity:1;fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;color:#000000"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="sscsssssscssssccss" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.6 KiB |
@ -0,0 +1,106 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
id="svg3330"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r"
|
||||||
|
sodipodi:docname="system-devices-panel-alert.svg">
|
||||||
|
<defs
|
||||||
|
id="defs3332">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2867-449-88-871-390-598-476-591-434-148-6-0-0">
|
||||||
|
<stop
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#49a3d2;stop-opacity:1"
|
||||||
|
id="stop4629-4-3-9" />
|
||||||
|
<stop
|
||||||
|
offset="0.704952"
|
||||||
|
style="stop-color:#3470b4;stop-opacity:1"
|
||||||
|
id="stop4631-8-0-4" />
|
||||||
|
<stop
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#1b5699;stop-opacity:1"
|
||||||
|
id="stop4633-9-3-9" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2867-449-88-871-390-598-476-591-434-148-6-0-0"
|
||||||
|
id="linearGradient3456"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.48248289,0,0,0.69386905,9.33408,1046.2616)"
|
||||||
|
x1="-3.4475834"
|
||||||
|
y1="-9.6127644"
|
||||||
|
x2="-3.4475834"
|
||||||
|
y2="4.7991762" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="12.56826"
|
||||||
|
inkscape:cy="2.3192786"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="capa1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:showpageshadow="false"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="971"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="false"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:bbox-paths="true"
|
||||||
|
inkscape:object-nodes="true"
|
||||||
|
inkscape:snap-smooth-nodes="true"
|
||||||
|
inkscape:snap-intersection-paths="true"
|
||||||
|
inkscape:object-paths="true">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid2990" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata3335">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Capa 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="capa1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<path
|
||||||
|
id="path3380"
|
||||||
|
d="m 2,1040.3622 0,2 12,0 0,-2 -12,0 z m 0,4 0,2 12,0 0,-2 -12,0 z m 0,4 0,2 12,0 0,-2 -12,0 z"
|
||||||
|
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;filter-blend-mode:normal;filter-gaussianBlur-deviation:0"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#linearGradient3456);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||||
|
d="m 2,1039.3622 0,2 12,0 0,-2 -12,0 z m 0,4 0,2 12,0 0,-2 -12,0 z m 0,4 0,2 12,0 0,-2 -12,0 z"
|
||||||
|
id="path3373"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.4 KiB |
@ -0,0 +1,102 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
id="svg3330"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r"
|
||||||
|
sodipodi:docname="system-devices-panel-information.svg">
|
||||||
|
<defs
|
||||||
|
id="defs3332">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2985-2-8">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#a60000;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2987-6-7" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ff1313;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop2989-5-4" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2985-2-8"
|
||||||
|
id="linearGradient3400"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1,0,0,-1,19.546631,1054.3015)"
|
||||||
|
x1="-13"
|
||||||
|
y1="4.9995999"
|
||||||
|
x2="-13"
|
||||||
|
y2="14.9996" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="26.710396"
|
||||||
|
inkscape:cy="10.653037"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="capa1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:showpageshadow="false"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="971"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:bbox-paths="true"
|
||||||
|
inkscape:snap-smooth-nodes="true"
|
||||||
|
inkscape:object-nodes="true"
|
||||||
|
inkscape:snap-intersection-paths="true"
|
||||||
|
inkscape:object-paths="true">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid2990" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata3335">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Capa 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="capa1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<path
|
||||||
|
id="path3380"
|
||||||
|
d="m 2.0000002,1040.3622 0,2 11.9999998,0 0,-2 -11.9999998,0 z m 0,4 0,2 11.9999998,0 0,-2 -11.9999998,0 z m 0,4 0,2 11.9999998,0 0,-2 -11.9999998,0 z"
|
||||||
|
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#linearGradient3400);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||||
|
d="m 2.0000002,1049.3622 0,-2 11.9999998,0 0,2 -11.9999998,0 z m 0,-4 0,-2 11.9999998,0 0,2 -11.9999998,0 z m 0,-4 0,-2 11.9999998,0 0,2 -11.9999998,0 z"
|
||||||
|
id="path3373"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.2 KiB |
@ -0,0 +1,101 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
id="svg3330"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r"
|
||||||
|
sodipodi:docname="system-devices-panel.svg">
|
||||||
|
<defs
|
||||||
|
id="defs3332">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3587-6-5-3-8">
|
||||||
|
<stop
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#bebebe;stop-opacity:1;"
|
||||||
|
id="stop3589-9-2-0-6" />
|
||||||
|
<stop
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;"
|
||||||
|
id="stop3591-7-4-7-7" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3587-6-5-3-8"
|
||||||
|
id="linearGradient3406"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1,0,0,-1,-1.838011,1057.5545)"
|
||||||
|
x1="8.437624"
|
||||||
|
y1="8"
|
||||||
|
x2="8.437624"
|
||||||
|
y2="18" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="21.912171"
|
||||||
|
inkscape:cy="8.0645211"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="capa1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:showpageshadow="false"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="971"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-paths="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:object-paths="true"
|
||||||
|
inkscape:snap-intersection-paths="true"
|
||||||
|
inkscape:object-nodes="true">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid2990" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata3335">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Capa 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="capa1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<path
|
||||||
|
id="path3380"
|
||||||
|
d="m 2,1040.3622 0,2 12,0 0,-2 -12,0 z m 0,4 0,2 12,0 0,-2 -12,0 z m 0,4 0,2 12,0 0,-2 -12,0 z"
|
||||||
|
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;filter-blend-mode:normal;filter-gaussianBlur-deviation:0"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#linearGradient3406);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||||
|
d="m 2,1039.3622 0,2 12,0 0,-2 -12,0 z m 0,4 0,2 12,0 0,-2 -12,0 z m 0,4 0,2 12,0 0,-2 -12,0 z"
|
||||||
|
id="path3373" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.1 KiB |
@ -0,0 +1,101 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
id="svg3330"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r"
|
||||||
|
sodipodi:docname="system-restart-panel.svg">
|
||||||
|
<defs
|
||||||
|
id="defs3332">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2867-449-88-871-390-598-476-591-434-148-6-0-0">
|
||||||
|
<stop
|
||||||
|
id="stop4629-4-3-9"
|
||||||
|
style="stop-color:#49a3d2;stop-opacity:1"
|
||||||
|
offset="0" />
|
||||||
|
<stop
|
||||||
|
id="stop4631-8-0-4"
|
||||||
|
style="stop-color:#3470b4;stop-opacity:1"
|
||||||
|
offset="0.704952" />
|
||||||
|
<stop
|
||||||
|
id="stop4633-9-3-9"
|
||||||
|
style="stop-color:#1b5699;stop-opacity:1"
|
||||||
|
offset="1" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2867-449-88-871-390-598-476-591-434-148-6-0-0"
|
||||||
|
id="linearGradient3398"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.48248289,0,0,0.69386905,-6.979985,1046.7763)"
|
||||||
|
x1="31.047703"
|
||||||
|
y1="-1507.1666"
|
||||||
|
x2="31.047703"
|
||||||
|
y2="-1486.99" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="10.984714"
|
||||||
|
inkscape:cy="8.1630532"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="capa1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:showpageshadow="false"
|
||||||
|
inkscape:window-width="1215"
|
||||||
|
inkscape:window-height="1000"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3004" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata3335">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Capa 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="capa1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3013"
|
||||||
|
d="m 7,1038.3622 0,4 2,0 0,-4 z m -4,1 -1,0 0,1 3,3 1,0 0,-1 z m 10,0 -3,3 0,1 1,0 3,-3 0,-1 z m -12,5 0,2 4,0 0,-2 z m 10,0 0,2 4,0 0,-2 z m -6,3 -3,3 0,1 1,0 3,-3 0,-1 z m 6,0 -1,0 0,1 3,3 1,0 0,-1 z m -4,1 0,4 2,0 0,-4 z"
|
||||||
|
style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter-blend-mode:normal;filter-gaussianBlur-deviation:0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto" />
|
||||||
|
<path
|
||||||
|
style="opacity:1;color:#000000;fill:url(#linearGradient3398);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter-blend-mode:normal;filter-gaussianBlur-deviation:0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto"
|
||||||
|
d="M 7,1 7,5 9,5 9,1 z M 3,2 2,2 2,3 5,6 6,6 6,5 z m 10,0 -3,3 0,1 1,0 3,-3 0,-1 z M 1,7 1,9 5,9 5,7 z m 10,0 0,2 4,0 0,-2 z m -6,3 -3,3 0,1 1,0 3,-3 0,-1 z m 6,0 -1,0 0,1 3,3 1,0 0,-1 z m -4,1 0,4 2,0 0,-4 z"
|
||||||
|
transform="translate(0,1036.3622)"
|
||||||
|
id="rect3021"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccc" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.6 KiB |
@ -0,0 +1,101 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
id="svg3330"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r"
|
||||||
|
sodipodi:docname="system-shutdown-panel-restart.svg">
|
||||||
|
<defs
|
||||||
|
id="defs3332">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2867-449-88-871-390-598-476-591-434-148-6">
|
||||||
|
<stop
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#49a3d2;stop-opacity:1"
|
||||||
|
id="stop4629-4" />
|
||||||
|
<stop
|
||||||
|
offset="0.704952"
|
||||||
|
style="stop-color:#3470b4;stop-opacity:1"
|
||||||
|
id="stop4631-8" />
|
||||||
|
<stop
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#1b5699;stop-opacity:1"
|
||||||
|
id="stop4633-9" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2867-449-88-871-390-598-476-591-434-148-6"
|
||||||
|
id="linearGradient3399"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.48248289,0,0,0.69386905,-21.785888,2083.8326)"
|
||||||
|
x1="61.7346"
|
||||||
|
y1="-3001.7661"
|
||||||
|
x2="61.7346"
|
||||||
|
y2="-2983.0305" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="22.627417"
|
||||||
|
inkscape:cx="10.16334"
|
||||||
|
inkscape:cy="8.493836"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="capa1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:showpageshadow="false"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="976"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3124" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata3335">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Capa 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="capa1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<path
|
||||||
|
id="path3185"
|
||||||
|
d="m 7,1038.3622 0,5 2,0 0,-5 z m -2,2 -3,3 0,5 3,3 6,0 3,-3 0,-5 -3,-3 0,3 1,1 0,3 -2,2 -4,0 -2,-2 0,-3 1,-1 z"
|
||||||
|
style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter-blend-mode:normal;filter-gaussianBlur-deviation:0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccccccccccccccccccccc" />
|
||||||
|
<path
|
||||||
|
style="opacity:1;color:#000000;fill:url(#linearGradient3399);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter-blend-mode:normal;filter-gaussianBlur-deviation:0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto"
|
||||||
|
d="M 7,1 7,6 9,6 9,1 z m -2,2 -3,3 0,5 3,3 6,0 3,-3 0,-5 -3,-3 0,3 1,1 0,3 -2,2 L 6,12 4,10 4,7 5,6 z"
|
||||||
|
transform="translate(0,1036.3622)"
|
||||||
|
id="path6681"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccccccccccccccccccccc" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.3 KiB |
@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
id="svg3330"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r"
|
||||||
|
sodipodi:docname="system-shutdown-panel.svg">
|
||||||
|
<defs
|
||||||
|
id="defs3332">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3587-6-5-3-8">
|
||||||
|
<stop
|
||||||
|
id="stop3589-9-2-0-6"
|
||||||
|
style="stop-color:#bebebe;stop-opacity:1;"
|
||||||
|
offset="0" />
|
||||||
|
<stop
|
||||||
|
id="stop3591-7-4-7-7"
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;"
|
||||||
|
offset="1" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3587-6-5-3-8"
|
||||||
|
id="linearGradient3483"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1,0,0,-1,-14.888774,1058.9305)"
|
||||||
|
x1="23.888775"
|
||||||
|
y1="1044.9305"
|
||||||
|
x2="23.888775"
|
||||||
|
y2="1056.9305" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="4.2665744"
|
||||||
|
inkscape:cy="8.9168373"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="capa1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:showpageshadow="false"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="976"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3124" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata3335">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Capa 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="capa1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<path
|
||||||
|
id="path3185"
|
||||||
|
d="m 7,1038.3622 0,5 2,0 0,-5 z m -2,2 -3,3 0,5 3,3 6,0 3,-3 0,-5 -3,-3 0,3 1,1 0,3 -2,2 -4,0 -2,-2 0,-3 1,-1 z"
|
||||||
|
style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter-blend-mode:normal;filter-gaussianBlur-deviation:0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccccccccccccccccccccc" />
|
||||||
|
<path
|
||||||
|
style="opacity:1;color:#000000;fill:url(#linearGradient3483);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter-blend-mode:normal;filter-gaussianBlur-deviation:0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto"
|
||||||
|
d="M 7,1 7,6 9,6 9,1 z m -2,2 -3,3 0,5 3,3 6,0 3,-3 0,-5 -3,-3 0,3 1,1 0,3 -2,2 L 6,12 4,10 4,7 5,6 z"
|
||||||
|
transform="translate(0,1036.3622)"
|
||||||
|
id="path6681"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccccccccccccccccccccc" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.1 KiB |
@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
id="svg3173"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="audacious-panel.svg">
|
||||||
|
<defs
|
||||||
|
id="defs3175">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient5014">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop5016" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop5018" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient5014"
|
||||||
|
id="linearGradient2992"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1.1111111,0,0,1.1111111,-1.2222222,1028.64)"
|
||||||
|
x1="11.152778"
|
||||||
|
y1="1.9097221"
|
||||||
|
x2="11"
|
||||||
|
y2="19.9375" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="14.631579"
|
||||||
|
inkscape:cx="26.04204"
|
||||||
|
inkscape:cy="8.5946974"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="972"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid2991"
|
||||||
|
empspacing="5"
|
||||||
|
visible="true"
|
||||||
|
enabled="true"
|
||||||
|
snapvisiblegridlinesonly="true" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata3178">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1030.3622)">
|
||||||
|
<path
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke:#ff0000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||||
|
d="m 11,1031.8622 c -5.5228478,0 -10,4.4771 -10,10 0,5.5229 4.4771522,10 10,10 5.522848,0 10,-4.4771 10,-10 0,-5.5229 -4.477152,-10 -10,-10 z m -0.208333,3.9236 c 1.275599,-0.047 2.484025,0.1247 3.263889,0.5208 0.833732,0.4235 1.509368,1.3515 1.770833,2.4653 0.116911,0.4981 0.129388,1.0842 0.104167,3.7847 l -0.03472,3.1598 0.451389,0.1389 c 0.500571,0.1632 0.458358,0.1629 0.590278,0.4167 0.11818,0.2273 0.148396,1.0722 0.03472,1.2846 -0.0457,0.086 -0.229242,0.1897 -0.381944,0.2432 -0.347172,0.1214 -1.63055,0.1788 -2.326389,0.1044 -0.598872,-0.064 -0.932783,-0.3064 -1.180556,-0.868 -0.141479,-0.3208 -0.277777,-0.4228 -0.277777,-0.2083 0,0.1722 -0.352116,0.4621 -0.798612,0.6596 -1.277638,0.5651 -4.0516996,0.5621 -5.3472218,0 -0.6092178,-0.2642 -1.3067922,-1.0812 -1.5277778,-1.8055 -0.2729866,-0.8948 -0.2232544,-2.2791 0.1041667,-3.0208 0.2970389,-0.6729 0.8547345,-1.4583 1.2152778,-1.7014 0.8448478,-0.5697 1.5739355,-0.7207 4.1666671,-0.7639 1.550804,-0.026 2.138943,-0.062 2.1875,-0.1389 0.12952,-0.2039 0.07491,-0.7099 -0.104167,-0.9375 -0.336499,-0.4279 -0.601477,-0.4806 -1.944445,-0.5209 -1.435402,-0.043 -1.582381,-0.019 -2.4652772,0.5556 -0.7668324,0.4991 -1.2356546,0.6944 -1.701389,0.6944 -0.5860167,0 -0.93281,-0.2982 -1.1458334,-1.007 -0.1295911,-0.4311 -0.1102333,-0.4621 0.069445,-0.8333 0.2197222,-0.4538 1.0084289,-1.1743 1.6319444,-1.4583 1.0153824,-0.4624 2.3702352,-0.7168 3.6458342,-0.7639 z m -0.173611,6.8056 c -0.224052,-10e-4 -0.410354,0.011 -0.555556,0.034 -0.735373,0.1359 -1.6398988,0.6259 -1.7708332,0.9722 -0.1015556,0.2687 0.051378,0.423 0.5208333,0.625 0.8120589,0.3493 1.9295829,0.4597 2.8819439,0.2431 0.811146,-0.1846 1.111112,-0.4627 1.111112,-1.0417 0,-0.3973 -0.04282,-0.4276 -0.3125,-0.5555 -0.320672,-0.1522 -1.202847,-0.2751 -1.875,-0.2778 z"
|
||||||
|
id="path4854"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:url(#linearGradient2992);fill-opacity:1;stroke:#ff0000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||||
|
d="m 11,1030.8622 c -5.5228477,0 -9.9999999,4.4771 -9.9999999,10 0,5.5229 4.4771522,10 9.9999999,10 5.522848,0 10,-4.4771 10,-10 0,-5.5229 -4.477152,-10 -10,-10 z m -0.208333,3.9236 c 1.275599,-0.047 2.484025,0.1247 3.263889,0.5208 0.833732,0.4235 1.509369,1.3515 1.770833,2.4653 0.116911,0.4981 0.129388,1.0842 0.104167,3.7847 l -0.03472,3.1598 0.451389,0.1389 c 0.500571,0.1632 0.458358,0.1629 0.590278,0.4167 0.11818,0.2273 0.148396,1.0722 0.03472,1.2846 -0.0457,0.086 -0.229242,0.1897 -0.381944,0.2432 -0.347172,0.1214 -1.63055,0.1788 -2.326389,0.1044 -0.598872,-0.064 -0.932783,-0.3064 -1.180556,-0.868 -0.141479,-0.3208 -0.277777,-0.4228 -0.277777,-0.2083 0,0.1722 -0.352116,0.4621 -0.798612,0.6596 -1.277638,0.5651 -4.0516994,0.5621 -5.3472216,0 -0.6092178,-0.2642 -1.3067923,-1.0812 -1.5277778,-1.8055 -0.2729867,-0.8948 -0.2232545,-2.2791 0.1041666,-3.0208 0.2970389,-0.6729 0.8547345,-1.4583 1.2152778,-1.7014 0.8448478,-0.5697 1.5739356,-0.7207 4.166667,-0.7639 1.550804,-0.026 2.138943,-0.062 2.1875,-0.1389 0.12952,-0.2039 0.07491,-0.7099 -0.104167,-0.9376 -0.336499,-0.4278 -0.601477,-0.4805 -1.944445,-0.5208 -1.435402,-0.043 -1.582381,-0.019 -2.4652772,0.5556 -0.7668322,0.4991 -1.2356544,0.6944 -1.7013889,0.6944 -0.5860167,0 -0.93281,-0.2982 -1.1458333,-1.007 -0.1295911,-0.4311 -0.1102334,-0.4621 0.069444,-0.8333 0.2197222,-0.4538 1.0084289,-1.1743 1.6319445,-1.4583 1.0153822,-0.4624 2.3702349,-0.7168 3.6458339,-0.7639 z m -0.173611,6.8056 c -0.224052,-10e-4 -0.410354,0.011 -0.555556,0.034 -0.735373,0.1359 -1.6398987,0.6259 -1.7708332,0.9722 -0.1015555,0.2687 0.051378,0.423 0.5208333,0.625 0.8120589,0.3493 1.9295829,0.4597 2.8819439,0.2431 0.811146,-0.1846 1.111112,-0.4627 1.111112,-1.0417 0,-0.3973 -0.04282,-0.4276 -0.3125,-0.5555 -0.320672,-0.1522 -1.202847,-0.2751 -1.875,-0.2778 z"
|
||||||
|
id="path4854-6"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6.5 KiB |
BIN
src/usr/share/icons/Lubuntu-dark-panel/panel/22/capslock-off.png
Normal file
After Width: | Height: | Size: 945 B |
BIN
src/usr/share/icons/Lubuntu-dark-panel/panel/22/capslock-on.png
Normal file
After Width: | Height: | Size: 949 B |
@ -0,0 +1,102 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
id="svg9014"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="gnome-mplayer-panel.svg"
|
||||||
|
inkscape:export-filename="/home/aleandj/Documents/1204/gnome-mplayer/gnome-mplayer.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs9016">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient4823">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop4825" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop4827" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient4823"
|
||||||
|
id="linearGradient3023"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.99310345,0,0,1,-0.92388967,1.5)"
|
||||||
|
x1="8.1317282"
|
||||||
|
y1="1032.3865"
|
||||||
|
x2="8.1759224"
|
||||||
|
y2="1050.3734" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="22.627417"
|
||||||
|
inkscape:cx="19.389774"
|
||||||
|
inkscape:cy="9.4557842"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="972"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:guide-bbox="true">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3022"
|
||||||
|
empspacing="5"
|
||||||
|
visible="true"
|
||||||
|
enabled="true"
|
||||||
|
snapvisiblegridlinesonly="true" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata9019">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1032.3622)">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
d="M 1.2793103,1034.8622 C 1.1130191,1034.8622 1,1034.976 1,1035.1435 l 0,14.0937 c 0,0.1675 0.1130191,0.3125 0.2793103,0.3125 l 1.1793104,0 4.5,0 c 1.0999991,1.9814 3.2027473,3.3125 5.6172413,3.3125 3.55236,0 6.424138,-2.8917 6.424138,-6.4687 0,-3.1344 -2.21433,-5.7449 -5.151724,-6.3438 l 0,-4.9062 c 0,-0.1675 -0.113019,-0.2813 -0.27931,-0.2813 l -1.737932,0 -8.9379306,0 -1.6137931,0 z m 2.2965518,1.5 7.6965519,0 0,3.6875 c -1.099578,0.2242 -2.072045,0.7541 -2.8862071,1.4688 l -4.8103448,0 0,-5.1563 z m 6.2068969,6.3438 7.293103,3.6875 -7.293103,3.6562 0,-7.3437 z m -6.2068969,0.3125 3.5689655,0 c -0.6100516,0.9863 -0.9931035,2.1285 -0.9931035,3.375 0,0.5758 0.1063584,1.1244 0.2482759,1.6562 l -2.8241379,0 0,-5.0312 z"
|
||||||
|
id="rect3125-3-4-2" />
|
||||||
|
<path
|
||||||
|
style="fill:url(#linearGradient3023);fill-opacity:1;stroke:none"
|
||||||
|
d="M 1.2793103,1033.8622 C 1.1130191,1033.8622 1,1033.976 1,1034.1435 l 0,14.0937 c 0,0.1675 0.1130191,0.3125 0.2793103,0.3125 l 1.1793104,0 4.5,0 c 1.0999992,1.9814 3.2027473,3.3125 5.6172413,3.3125 3.55236,0 6.424138,-2.8917 6.424138,-6.4687 0,-3.1344 -2.21433,-5.7449 -5.151724,-6.3438 l 0,-4.9062 c 0,-0.1675 -0.113019,-0.2813 -0.27931,-0.2813 l -1.737932,0 -8.9379306,0 -1.6137931,0 z m 2.2965518,1.5 7.6965519,0 0,3.6875 c -1.099578,0.2242 -2.072045,0.7541 -2.8862071,1.4688 l -4.8103448,0 0,-5.1563 z m 6.2068969,6.3438 7.293103,3.6875 -7.293103,3.6562 0,-7.3437 z m -6.2068969,0.3125 3.5689655,0 c -0.6100518,0.9863 -0.9931035,2.1285 -0.9931035,3.375 0,0.5758 0.1063587,1.1244 0.2482759,1.6562 l -2.8241379,0 0,-5.0312 z"
|
||||||
|
id="rect3125-3-4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.3 KiB |
@ -0,0 +1 @@
|
|||||||
|
sylpheed-panel-unread.svg
|
@ -0,0 +1 @@
|
|||||||
|
sylpheed-panel.svg
|
131
src/usr/share/icons/Lubuntu-dark-panel/panel/22/nm-adhoc.svg
Normal file
@ -0,0 +1,131 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
version="1.0"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
id="svg4073"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="nm-adhoc.svg">
|
||||||
|
<metadata
|
||||||
|
id="metadata18">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="975"
|
||||||
|
id="namedview16"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="14.688536"
|
||||||
|
inkscape:cx="24.197632"
|
||||||
|
inkscape:cy="10.679742"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4073"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid2989" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs4075">
|
||||||
|
<linearGradient
|
||||||
|
y2="21.23077"
|
||||||
|
x2="19.000309"
|
||||||
|
y1="-2.1538463"
|
||||||
|
x1="19.000309"
|
||||||
|
gradientTransform="matrix(1,0,0,0.8125,-8.000309,-2.25)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient3120-0"
|
||||||
|
xlink:href="#linearGradient3004-8-3"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3004-8-3">
|
||||||
|
<stop
|
||||||
|
id="stop3006-3-0"
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#dcdcdc;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
id="stop3008-7-3"
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
y2="21.23077"
|
||||||
|
x2="19.000309"
|
||||||
|
y1="-2.1538463"
|
||||||
|
x1="19.000309"
|
||||||
|
gradientTransform="matrix(1,0,0,0.8125,-8.000309,-2.25)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient3120-0-9"
|
||||||
|
xlink:href="#linearGradient3004-8-3-3"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3004-8-3-3">
|
||||||
|
<stop
|
||||||
|
id="stop3006-3-0-3"
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#000000;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
id="stop3008-7-3-6"
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#363636;stop-opacity:1;" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3004-8-3-3"
|
||||||
|
id="linearGradient2997"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1,0,0,0.8125,-8.000309,-2.25)"
|
||||||
|
x1="19.000309"
|
||||||
|
y1="-2.1538463"
|
||||||
|
x2="19.000309"
|
||||||
|
y2="21.23077" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3004-8-3"
|
||||||
|
id="linearGradient3021"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1,0,0,0.8125,-8.000309,-2.25)"
|
||||||
|
x1="20.000309"
|
||||||
|
y1="6.4615383"
|
||||||
|
x2="20.000309"
|
||||||
|
y2="26.153847" />
|
||||||
|
</defs>
|
||||||
|
<path
|
||||||
|
id="path3023"
|
||||||
|
d="m 20,4 0,1 0,7 0,1 1,0 0,-1 1,0 0,-7 -1,0 0,-1 -1,0 z m -3,1 0,1 0,5 0,1 1,0 0,-1 1,0 0,-5 -1,0 0,-1 -1,0 z m -3,1 0,1 0,3 0,1 1,0 0,-1 1,0 0,-3 -1,0 0,-1 -1,0 z M 3,7 2,8 l 0,7 1,1 9,0 1,-1 0,-7 -1,-1 -9,0 z m 1,2 7,0 0,5 -7,0 0,-5 z m -1,8 -2,2 0,1 13,0 0,-1 -2,-2 -9,0 z"
|
||||||
|
style="opacity:1;color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="opacity:1;color:#000000;fill:url(#linearGradient3021);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||||
|
d="M 20 3 L 20 4 L 20 11 L 20 12 L 21 12 L 21 11 L 22 11 L 22 4 L 21 4 L 21 3 L 20 3 z M 17 4 L 17 5 L 17 10 L 17 11 L 18 11 L 18 10 L 19 10 L 19 5 L 18 5 L 18 4 L 17 4 z M 14 5 L 14 6 L 14 9 L 14 10 L 15 10 L 15 9 L 16 9 L 16 6 L 15 6 L 15 5 L 14 5 z M 3 6 L 2 7 L 2 14 L 3 15 L 12 15 L 13 14 L 13 7 L 12 6 L 3 6 z M 4 8 L 11 8 L 11 13 L 4 13 L 4 8 z M 3 16 L 1 18 L 1 19 L 14 19 L 14 18 L 12 16 L 3 16 z "
|
||||||
|
id="path2996" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.7 KiB |
@ -0,0 +1,93 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
version="1.0"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
id="svg4073"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="nm-device-wired.svg">
|
||||||
|
<metadata
|
||||||
|
id="metadata18">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="975"
|
||||||
|
id="namedview16"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="14.688536"
|
||||||
|
inkscape:cx="21.61058"
|
||||||
|
inkscape:cy="11.496706"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4073"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid2989" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs4075">
|
||||||
|
<linearGradient
|
||||||
|
y2="21.23077"
|
||||||
|
x2="19.000309"
|
||||||
|
y1="-2.1538463"
|
||||||
|
x1="19.000309"
|
||||||
|
gradientTransform="matrix(1,0,0,0.8125,-7.000309,2.75)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient3120-0"
|
||||||
|
xlink:href="#linearGradient3004-8-3"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3004-8-3">
|
||||||
|
<stop
|
||||||
|
id="stop3006-3-0"
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#dcdcdc;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
id="stop3008-7-3"
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path
|
||||||
|
id="path3020"
|
||||||
|
d="m 12,2 -1,1 0,7 1,1 5,0 0,1 0,2.15625 L 16,15 l -1,0 -1,0 0,-2 -1,-1 -9,0 -1,1 0,7 1,1 9,0 1,-1 0,-3 1,0 2,0 2,-2 0,-3 0,-1 2,0 1,-1 0,-7 -1,-1 z m 1,2 7,0 0,5 -7,0 z m -8,10 7,0 0,5 -7,0 z"
|
||||||
|
style="opacity:1;color:#000000;fill:#0c0c0c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccc" />
|
||||||
|
<path
|
||||||
|
style="opacity:1;color:#000000;fill:url(#linearGradient3120-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||||
|
d="m 12,1 -1,1 0,7 1,1 5,0 0,1 0,2.15625 L 16,14 l -1,0 -1,0 0,-2 -1,-1 -9,0 -1,1 0,7 1,1 9,0 1,-1 0,-3 1,0 2,0 2,-2 0,-3 0,-1 2,0 1,-1 0,-7 -1,-1 z m 1,2 7,0 0,5 -7,0 z m -8,10 7,0 0,5 -7,0 z"
|
||||||
|
id="path2996"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccc" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.3 KiB |