diff --git a/changelog b/changelog new file mode 100644 index 0000000..34d7471 --- /dev/null +++ b/changelog @@ -0,0 +1,3 @@ +- fix main menu button +- add qlipper icon +- add juffed icon diff --git a/src/usr/share/icons/Lubuntu/apps/16/juffed.svg b/src/usr/share/icons/Lubuntu/apps/16/juffed.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/src/usr/share/icons/Lubuntu/apps/16/juffed.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/src/usr/share/icons/Lubuntu/apps/16/qlipper.svg b/src/usr/share/icons/Lubuntu/apps/16/qlipper.svg new file mode 100644 index 0000000..b6a5870 --- /dev/null +++ b/src/usr/share/icons/Lubuntu/apps/16/qlipper.svg @@ -0,0 +1,263 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/usr/share/icons/Lubuntu/apps/22/juffed.svg b/src/usr/share/icons/Lubuntu/apps/22/juffed.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/src/usr/share/icons/Lubuntu/apps/22/juffed.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/src/usr/share/icons/Lubuntu/apps/22/qlipper.svg b/src/usr/share/icons/Lubuntu/apps/22/qlipper.svg new file mode 100644 index 0000000..59f886c --- /dev/null +++ b/src/usr/share/icons/Lubuntu/apps/22/qlipper.svg @@ -0,0 +1,285 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/usr/share/icons/Lubuntu/apps/24/juffed.svg b/src/usr/share/icons/Lubuntu/apps/24/juffed.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/src/usr/share/icons/Lubuntu/apps/24/juffed.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/src/usr/share/icons/Lubuntu/apps/24/qlipper.svg b/src/usr/share/icons/Lubuntu/apps/24/qlipper.svg new file mode 100644 index 0000000..7cfd7dd --- /dev/null +++ b/src/usr/share/icons/Lubuntu/apps/24/qlipper.svg @@ -0,0 +1,412 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/usr/share/icons/Lubuntu/apps/48/juffed.svg b/src/usr/share/icons/Lubuntu/apps/48/juffed.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/src/usr/share/icons/Lubuntu/apps/48/juffed.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/src/usr/share/icons/Lubuntu/apps/48/qlipper.svg b/src/usr/share/icons/Lubuntu/apps/48/qlipper.svg new file mode 100644 index 0000000..4c1ac19 --- /dev/null +++ b/src/usr/share/icons/Lubuntu/apps/48/qlipper.svg @@ -0,0 +1,687 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/usr/share/lxqt/themes/Lubuntu/lxqt-panel.qss b/src/usr/share/lxqt/themes/Lubuntu/lxqt-panel.qss old mode 100644 new mode 100755 index 2b8a511..1710555 --- a/src/usr/share/lxqt/themes/Lubuntu/lxqt-panel.qss +++ b/src/usr/share/lxqt/themes/Lubuntu/lxqt-panel.qss @@ -171,14 +171,18 @@ TrayIcon { */ #MainMenu { margin: 1px; - border: 1px solid #004e6c; + margin-left: 2px; + margin-right: 2px; + border: 0px solid #004e6c; border-radius: 3px; - background: qlineargradient(x1:1, y1:0, x2:0, y2:1, stop:0 #0078A6, stop:0.3 #006891, stop:1 #005576); + background: transparent; qproperty-icon: url(mainmenu.svg); color: #EEEEEE; } - +#MainMenu:hover { + background: #a6bfc7; +} /* * Mount plugin */