Skip to content

Commit

Permalink
Update Transparent panels v3.8 (transparent-panels@germanfr) (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
germanfr authored and NikoKrause committed Apr 30, 2018
1 parent 7af8d71 commit 854c359
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Transparentize your panels when there are no any maximized windows

[![Screenshot](screenshot.png)][repo]

## Themes supported
Transparent panels supports every theme in principle, but there are some themes that may not fit well. For such cases, the authors (or users) of the theme may override the `panel-transparent` class in their `cinnamon.css`, which can be enabled in the extension preferences.
## Supported themes
Transparent panels supports every theme in principle, but there are some themes that may not fit well. For such cases, the authors (or users) of the theme may override the `panel-transparent`, `panel-transparent-with-shadow` and `panel-semi-transparent` classes in their `cinnamon.css`, which can be enabled in the extension preferences with the option "use current theme styles".

## Installation
### Cinnamon Spices
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ MyExtension.prototype = {

this.settings = new Settings.ExtensionSettings(this, meta.uuid);
this.settings.bind("transparency-type", "transparency_type", this.on_settings_changed);
this.settings.bind("opacify", "opacify", this.on_settings_changed);
this.settings.bind("theme-defined", "theme_defined", this.on_settings_changed);
this.settings.bind("opacify", "opacify", this.on_settings_changed);

this.settings.bind("panel-top", "enable_position_top", this.on_settings_changed);
this.settings.bind("panel-right", "enable_position_right", this.on_settings_changed);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "Transparent panels",
"version": "3.6",
"version": "3.8",
"description": "Transparentize your panels when there are no any maximized windows",
"url": "https://github.com/germanfr/cinnamon-transparent-panels",
"website": "https://github.com/germanfr/cinnamon-transparent-panels",
"cinnamon-version": [
"3.2",
"3.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-09 19:23+0200\n"
"POT-Creation-Date: 2018-04-28 20:37+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: Alan Mortensen <alanmortensen.am@gmail.com>\n"
"Language-Team: \n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.7.1\n"
"X-Generator: Poedit 2.0.6\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: extension.js:169
#: extension.js:166
#, javascript-format
msgid "%s enabled"
msgstr "%s aktiveret"

#: extension.js:170
#: extension.js:167
msgid "Open the extension settings and customize your panels"
msgstr "Åbn udvidelsens indstillinger og tilpas dine paneler"

#: extension.js:173
#: extension.js:170
msgid "Open settings"
msgstr "Åbn indstillinger"

Expand Down Expand Up @@ -51,26 +51,27 @@ msgstr "Halvgennemsigtig"
msgid "Choose the type of transparency you want."
msgstr "Vælg den type gennemsigtighed, du ønsker."

#. settings-schema.json->opacify->description
msgid "Remove theme transparency (experimental)"
msgstr "Fjern temaets gennemsigtighed (eksperimentel)"

#. settings-schema.json->opacify->tooltip
msgid "Remove panel transparency when it's not transparent."
msgstr "Fjern panelets gennemsigtighed, når det ikke er gennemsigtigt."

#. settings-schema.json->theme-defined->description
msgid "Use current theme styles"
msgstr "Brug det nuværende temas stil"

#. settings-schema.json->theme-defined->tooltip
msgid ""
"Let the theme style the panels instead of using the the extension presets. "
"Use this in case the panels transparency is icorrectly set."
"Only for supported themes. Let the theme style the panels instead of using "
"the extension presets. Use this in case the panels transparency is "
"icorrectly set."
msgstr ""
"Lad temaet bestemme panelernes stil i stedet for at bruge udvidelsens "
"forudindstillinger. Brug denne, hvis panelernes gennemsigtighed er sat "
"forkert."
"Kun til understøttede temaer. Lad temaet bestemme panelernes stil i stedet "
"for at bruge udvidelsens forudindstillinger. Brug denne, hvis panelernes "
"gennemsigtighed er sat forkert."

#. settings-schema.json->opacify->description
msgid "Remove theme transparency (experimental)"
msgstr "Fjern temaets gennemsigtighed (eksperimentel)"

#. settings-schema.json->opacify->tooltip
msgid "Remove panel transparency when it's not transparent."
msgstr "Fjern panelets gennemsigtighed, når det ikke er gennemsigtigt."

#. settings-schema.json->section-filters->description
msgid "Filter panels"
Expand Down Expand Up @@ -103,7 +104,7 @@ msgstr "Gennemsigtige paneler"
#. metadata.json->description
msgid "Transparentize your panels when there are no any maximized windows"
msgstr ""
"Gør dine paneler gennemsigtige, når der ikke er nogen maksimerede vinduer."
"Gør dine paneler gennemsigtige, når der ikke er nogen maksimerede vinduer"

#~ msgid "Defined by theme"
#~ msgstr "Defineret af tema"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-09 19:23+0200\n"
"POT-Creation-Date: 2018-04-28 20:37+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: Germán Franco <dev.germanfr@gmail.com>\n"
"Language-Team: \n"
Expand All @@ -14,16 +14,16 @@ msgstr ""
"X-Generator: Poedit 2.0.6\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: extension.js:169
#: extension.js:166
#, javascript-format
msgid "%s enabled"
msgstr "%s activado"

#: extension.js:170
#: extension.js:167
msgid "Open the extension settings and customize your panels"
msgstr "Abre los austes de la extensión y personaliza los paneles"

#: extension.js:173
#: extension.js:170
msgid "Open settings"
msgstr "Abrir ajustes"

Expand Down Expand Up @@ -51,26 +51,27 @@ msgstr "Semi transparente"
msgid "Choose the type of transparency you want."
msgstr "Elige el tipo de transparencia que quieres."

#. settings-schema.json->opacify->description
msgid "Remove theme transparency (experimental)"
msgstr "Eliminar transparencia del tema (experimental)"

#. settings-schema.json->opacify->tooltip
msgid "Remove panel transparency when it's not transparent."
msgstr "Eliminar transparencia del panel cuando no es transparente."

#. settings-schema.json->theme-defined->description
msgid "Use current theme styles"
msgstr "Usar estilos del tema actual"

#. settings-schema.json->theme-defined->tooltip
msgid ""
"Let the theme style the panels instead of using the the extension presets. "
"Use this in case the panels transparency is icorrectly set."
"Only for supported themes. Let the theme style the panels instead of using "
"the extension presets. Use this in case the panels transparency is "
"icorrectly set."
msgstr ""
"Permitir que el tema estilice los paneles en lugar de usar los valores "
"predeterminados de la extensión. Usar en caso de que la transparencia de los "
"paneles no funcione correctamente."
"Sólo para temas soportados. Permitir que el tema estilice los paneles en "
"lugar de usar los valores predeterminados de la extensión. Usar en caso de "
"que la transparencia de los paneles no funcione correctamente."

#. settings-schema.json->opacify->description
msgid "Remove theme transparency (experimental)"
msgstr "Eliminar transparencia del tema (experimental)"

#. settings-schema.json->opacify->tooltip
msgid "Remove panel transparency when it's not transparent."
msgstr "Eliminar transparencia del panel cuando no es transparente."

#. settings-schema.json->section-filters->description
msgid "Filter panels"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-09 19:23+0200\n"
"POT-Creation-Date: 2018-04-28 20:37+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -17,16 +17,16 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: extension.js:169
#: extension.js:166
#, javascript-format
msgid "%s enabled"
msgstr ""

#: extension.js:170
#: extension.js:167
msgid "Open the extension settings and customize your panels"
msgstr ""

#: extension.js:173
#: extension.js:170
msgid "Open settings"
msgstr ""

Expand Down Expand Up @@ -54,22 +54,23 @@ msgstr ""
msgid "Choose the type of transparency you want."
msgstr ""

#. settings-schema.json->opacify->description
msgid "Remove theme transparency (experimental)"
msgstr ""

#. settings-schema.json->opacify->tooltip
msgid "Remove panel transparency when it's not transparent."
msgstr ""

#. settings-schema.json->theme-defined->description
msgid "Use current theme styles"
msgstr ""

#. settings-schema.json->theme-defined->tooltip
msgid ""
"Let the theme style the panels instead of using the the extension presets. "
"Use this in case the panels transparency is icorrectly set."
"Only for supported themes. Let the theme style the panels instead of using "
"the extension presets. Use this in case the panels transparency is "
"icorrectly set."
msgstr ""

#. settings-schema.json->opacify->description
msgid "Remove theme transparency (experimental)"
msgstr ""

#. settings-schema.json->opacify->tooltip
msgid "Remove panel transparency when it's not transparent."
msgstr ""

#. settings-schema.json->section-filters->description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"tooltip" : "Choose the type of transparency you want."
},

"opacify" : {
"theme-defined" : {
"type" : "switch",
"default" : false,
"description" : "Remove theme transparency (experimental)",
"tooltip" : "Remove panel transparency when it's not transparent."
"description" : "Use current theme styles",
"tooltip" : "Only for supported themes. Let the theme style the panels instead of using the extension presets. Use this in case the panels transparency is icorrectly set."
},

"theme-defined" : {
"opacify" : {
"type" : "switch",
"default" : false,
"description" : "Use current theme styles",
"tooltip" : "Let the theme style the panels instead of using the the extension presets. Use this in case the panels transparency is icorrectly set."
"description" : "Remove theme transparency (experimental)",
"tooltip" : "Remove panel transparency when it's not transparent."
},

"section-filters" : {
Expand Down

0 comments on commit 854c359

Please sign in to comment.