Skip to content

Commit

Permalink
panel-tweaks@anaximeno: Version 0.1.1 (#6397)
Browse files Browse the repository at this point in the history
  • Loading branch information
anaximeno committed Sep 11, 2024
1 parent 678ac48 commit 041e0ea
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class PanelTweaksApplet extends Applet.IconApplet {
this.metadata = metadata;
this.settings = this._setup_applet_settings(metadata.uuid, instanceId);
this.signalsManager = new SignalManager.SignalManager(null);
this.iconPath = `${metadata.path}/../icons/panel-tweaks.svg`
this.iconPath = `${metadata.path}/../icons/panel-tweaks-icon-symbolic.svg`

// --> declare panel settings controllers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"default": 0.0,
"min": -10.0,
"max": 10.0,
"step": 0.5
"step": 0.05
},
"panel-shadow-y-axis-shift": {
"type": "spinbutton",
Expand All @@ -37,7 +37,7 @@
"default": 0.0,
"min": -10.0,
"max": 10.0,
"step": 0.5
"step": 0.05
},
"panel-shadow-bluriness": {
"type": "spinbutton",
Expand All @@ -47,7 +47,7 @@
"default": 0.0,
"min": 0.0,
"max": 16.0,
"step": 0.5
"step": 0.05
},
"panel-shadow-color": {
"type": "colorchooser",
Expand All @@ -70,36 +70,40 @@
"type": "spinbutton",
"description": "Top Border Thickness",
"dependency": "enable-panel-border-tweak",
"units": "px",
"default": 0.0,
"min": 0.0,
"max": 8.0,
"step": 0.5
"step": 0.05
},
"panel-border-right-thickness": {
"type": "spinbutton",
"description": "Right Border Thickness",
"dependency": "enable-panel-border-tweak",
"units": "px",
"default": 0.0,
"min": 0.0,
"max": 8.0,
"step": 0.5
"step": 0.05
},
"panel-border-bottom-thickness": {
"type": "spinbutton",
"description": "Bottom Border Thickness",
"dependency": "enable-panel-border-tweak",
"units": "px",
"default": 0.0,
"min": 0.0,
"max": 8.0,
"step": 0.5
"step": 0.05
},
"panel-border-left-thickness": {
"type": "spinbutton",
"description": "Left Border Thickness",
"dependency": "enable-panel-border-tweak",
"units": "px",
"default": 0.0,
"min": 0.0,
"max": 8.0,
"step": 0.5
"step": 0.05
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.1.1",
"uuid": "panel-tweaks@anaximeno",
"name": "Cinnamon Panel Tweaker",
"multiversion": true,
Expand Down
91 changes: 91 additions & 0 deletions panel-tweaks@anaximeno/files/panel-tweaks@anaximeno/po/pt.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
# CINNAMON PANEL TWEAKER
# This file is put in the public domain.
# anaximeno, 2024
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: panel-tweaks@anaximeno 0.1.0\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/"
"issues\n"
"POT-Creation-Date: 2024-09-09 21:27-0100\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.4.4\n"

#. metadata.json->name
msgid "Cinnamon Panel Tweaker"
msgstr "Ajustador do Painel Cinnamon"

#. metadata.json->description
msgid ""
"Make some additional tweaks to each panel like color, shadow, border, etc"
msgstr ""
"Faça ajustes adicionais para cada painel como cor, sombra, borda, etc"

#. 5.4->settings-schema.json->style->description
msgid "Style"
msgstr "Estilo"

#. 5.4->settings-schema.json->enable-panel-background-color-tweak->description
msgid "Tweak Background Color"
msgstr "Ajustar Cor de Fundo"

#. 5.4->settings-schema.json->panel-background-color->description
msgid "Background Color"
msgstr "Cor de Fundo"

#. 5.4->settings-schema.json->enable-panel-shadow-tweak->description
msgid "Tweak Panel Shadow"
msgstr "Ajustar Sombra do Painel"

#. 5.4->settings-schema.json->panel-shadow-x-axis-shift->units
#. 5.4->settings-schema.json->panel-shadow-y-axis-shift->units
#. 5.4->settings-schema.json->panel-shadow-bluriness->units
msgid "px"
msgstr "px"

#. 5.4->settings-schema.json->panel-shadow-x-axis-shift->description
msgid "Shadow X-Axis Shift"
msgstr "Desvio da Sombra no Eixo X"

#. 5.4->settings-schema.json->panel-shadow-y-axis-shift->description
msgid "Shadow Y-Axis Shift"
msgstr "Desvio da Sombra no Eixo Y"

#. 5.4->settings-schema.json->panel-shadow-bluriness->description
msgid "Shadow Bluriness"
msgstr "Desfoque da Sombra"

#. 5.4->settings-schema.json->panel-shadow-color->description
msgid "Panel Shadow Color"
msgstr "Cor da Sombra do Painel"

#. 5.4->settings-schema.json->enable-panel-border-tweak->description
msgid "Tweak Panel Border"
msgstr "Ajustar a Borda do Painel"

#. 5.4->settings-schema.json->panel-border-color->description
msgid "Border Color"
msgstr "Cor da Borda"

#. 5.4->settings-schema.json->panel-border-top-thickness->description
msgid "Top Border Thickness"
msgstr "Espessura da Borda Superior"

#. 5.4->settings-schema.json->panel-border-right-thickness->description
msgid "Right Border Thickness"
msgstr "Espessura da Borda Direita"

#. 5.4->settings-schema.json->panel-border-bottom-thickness->description
msgid "Bottom Border Thickness"
msgstr "Espessura da Borda Inferior"

#. 5.4->settings-schema.json->panel-border-left-thickness->description
msgid "Left Border Thickness"
msgstr "Espessura da Borda Esquerda"

0 comments on commit 041e0ea

Please sign in to comment.