Skip to content

Commit

Permalink
Update user-shadows@nathan818fr (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan818fr authored Sep 13, 2023
1 parent e287b76 commit ca0f428
Show file tree
Hide file tree
Showing 15 changed files with 283 additions and 206 deletions.
20 changes: 12 additions & 8 deletions user-shadows@nathan818fr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ A Cinnamon extension to customize window shadows.

### Cinnamon Spices

Download it [from Cinnamon Spices][spices] or search for _"User Shadows"_ in your Cinnamon extension settings.
Download it [from Cinnamon Spices][spices] or search for _"User Shadows"_ in
your Cinnamon extension settings.

### From source

Expand All @@ -17,7 +18,7 @@ To download the source and install it, execute the following as a normal user:
```bash
git clone https://github.com/nathan818fr/cinnamon-user-shadows.git
cd cinnamon-user-shadows
cinnamon-install-spice extension files/user-shadows@nathan818fr
npm run install-extension
```

## Issues
Expand All @@ -26,8 +27,10 @@ If you find any bug, you can report on the [Github issues page][issues].

## Contributing

Contributions are welcome. Please submit pull requests [to the extension repository][repo] (**not** the Spices repository, which is only a distribution channel).<br/>
It is recommended to open an issue before introducing new features to discuss them.
Contributions are welcome. Please submit pull requests [to the extension
repository][repo] (**not** the Spices repository, which is only a distribution
channel).<br/> It is recommended to open an issue before introducing new
features to discuss them.

## FAQ

Expand All @@ -37,11 +40,12 @@ No. The APIs required to do that are not exposed to cinnamon extensions.

### • The shadow of some windows is not modified, what to do?

This extension only applies to windows rendered by the cinnamon window manager (a.k.a. Muffin).
It is likely that you are dealing with [Gtk CSD windows](https://en.wikipedia.org/wiki/Client-side_decoration), whose shadow is defined by the Gtk theme you are using.

This extension only applies to windows rendered by the cinnamon window manager
(a.k.a. Muffin). It is likely that you are dealing with
[Gtk CSD windows](https://en.wikipedia.org/wiki/Client-side_decoration), whose
shadow is defined by the Gtk theme you are using.

[repo]: https://github.com/nathan818fr/cinnamon-user-shadows
[commits]: https://github.com/nathan818fr/cinnamon-user-shadows/commits/master
[commits]: https://github.com/nathan818fr/cinnamon-user-shadows/commits/main
[issues]: https://github.com/nathan818fr/cinnamon-user-shadows/issues
[spices]: https://cinnamon-spices.linuxmint.com/extensions/view/88
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"uuid": "user-shadows@nathan818fr",
"name": "User Shadows",
"description": "Customize the shadows of cinnamon windows",
"author": "Nathan Poirier <[email protected]>",
"cinnamon-version": [
"4.8"
],
"url": "https://github.com/linuxmint/cinnamon-spices-extensions/tree/master/user-shadows%40nathan818fr"
}
"uuid": "user-shadows@nathan818fr",
"name": "User Shadows",
"description": "Customize the shadows of cinnamon windows",
"author": "Nathan Poirier <[email protected]>",
"cinnamon-version": ["4.8", "5.0", "5.2", "5.4", "5.6"],
"url": "https://github.com/linuxmint/cinnamon-spices-extensions/tree/master/user-shadows%40nathan818fr"
}
34 changes: 17 additions & 17 deletions user-shadows@nathan818fr/files/user-shadows@nathan818fr/po/da.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,62 @@ msgid ""
msgstr ""
"Project-Id-Version: user-shadows@nathan818fr\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-24 17:04+0200\n"
"PO-Revision-Date: 2022-08-16 20:39+0200\n"
"POT-Creation-Date: 2023-09-13 12:05+0200\n"
"PO-Revision-Date: 2023-09-13 12:20+0200\n"
"Last-Translator: Nathan POirier <[email protected]>\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 2.3\n"
"Last-Translator: Alan Mortensen <[email protected]>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: da\n"
"X-Generator: Poedit 3.3.1\n"

#: custom-settings-widgets.py:12
#: custom-settings-widgets.py:19
msgid "Radius"
msgstr "Radius"

#: custom-settings-widgets.py:13
#: custom-settings-widgets.py:20
msgid "Top Fade"
msgstr "Udton toppen"

#: custom-settings-widgets.py:14
#: custom-settings-widgets.py:21
msgid "X Offset"
msgstr "x-forskydning"

#: custom-settings-widgets.py:15
#: custom-settings-widgets.py:22
msgid "Y Offset"
msgstr "y-forskydning"

#: custom-settings-widgets.py:16
#: custom-settings-widgets.py:23
msgid "Opacity"
msgstr "Uigennemsigtighed"

#: custom-settings-widgets.py:39
#: custom-settings-widgets.py:46
msgid "Class Name"
msgstr "Klassenavn"

#: custom-settings-widgets.py:42
#: custom-settings-widgets.py:49
msgid "State"
msgstr "Tilstand"

#: custom-settings-widgets.py:102
#: custom-settings-widgets.py:109
msgid "Import"
msgstr "Importér"

#: custom-settings-widgets.py:106
#: custom-settings-widgets.py:113
msgid "Export"
msgstr "Eksportér"

#: custom-settings-widgets.py:110
#: custom-settings-widgets.py:117
msgid "Set from..."
msgstr "Indstil fra …"

#: custom-settings-widgets.py:169
#: custom-settings-widgets.py:176
msgid "Choose where to save your configuration"
msgstr "Vælg, hvor konfigurationen skal gemmes"

#: custom-settings-widgets.py:169
#: custom-settings-widgets.py:176
msgid "Choose a configuration to load"
msgstr "Vælg en konfiguration, der skal indlæses"

Expand Down
34 changes: 17 additions & 17 deletions user-shadows@nathan818fr/files/user-shadows@nathan818fr/po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,62 @@ msgid ""
msgstr ""
"Project-Id-Version: user-shadows@nathan818fr\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-24 17:04+0200\n"
"PO-Revision-Date: 2021-06-24 17:09+0200\n"
"POT-Creation-Date: 2023-09-13 12:05+0200\n"
"PO-Revision-Date: 2023-09-13 12:11+0200\n"
"Last-Translator: Nathan Poirier <[email protected]>\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.0\n"
"Last-Translator: Nathan Poirier <[email protected]>\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Language: fr\n"
"X-Generator: Poedit 3.3.1\n"

#: custom-settings-widgets.py:12
#: custom-settings-widgets.py:19
msgid "Radius"
msgstr "Rayon"

#: custom-settings-widgets.py:13
#: custom-settings-widgets.py:20
msgid "Top Fade"
msgstr "Fondu supérieur"

#: custom-settings-widgets.py:14
#: custom-settings-widgets.py:21
msgid "X Offset"
msgstr "Décalage X"

#: custom-settings-widgets.py:15
#: custom-settings-widgets.py:22
msgid "Y Offset"
msgstr "Décalage Y"

#: custom-settings-widgets.py:16
#: custom-settings-widgets.py:23
msgid "Opacity"
msgstr "Opacité"

#: custom-settings-widgets.py:39
#: custom-settings-widgets.py:46
msgid "Class Name"
msgstr "Classe"

#: custom-settings-widgets.py:42
#: custom-settings-widgets.py:49
msgid "State"
msgstr "État"

#: custom-settings-widgets.py:102
#: custom-settings-widgets.py:109
msgid "Import"
msgstr "Importer"

#: custom-settings-widgets.py:106
#: custom-settings-widgets.py:113
msgid "Export"
msgstr "Exporter"

#: custom-settings-widgets.py:110
#: custom-settings-widgets.py:117
msgid "Set from..."
msgstr "Définir à partir de..."

#: custom-settings-widgets.py:169
#: custom-settings-widgets.py:176
msgid "Choose where to save your configuration"
msgstr "Choisissez où enregistrer votre configuration"

#: custom-settings-widgets.py:169
#: custom-settings-widgets.py:176
msgid "Choose a configuration to load"
msgstr "Choisissez une configuration à charger"

Expand Down
34 changes: 17 additions & 17 deletions user-shadows@nathan818fr/files/user-shadows@nathan818fr/po/hu.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,61 +2,61 @@ msgid ""
msgstr ""
"Project-Id-Version: user-shadows@nathan818fr\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-24 17:04+0200\n"
"PO-Revision-Date: 2021-09-26 08:36+0200\n"
"POT-Creation-Date: 2023-09-13 12:05+0200\n"
"PO-Revision-Date: 2023-09-13 12:13+0200\n"
"Last-Translator: Nathan POirier <[email protected]>\n"
"Language-Team: \n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Last-Translator: Kálmán „KAMI” Szalai <[email protected]>\n"
"Language-Team: \n"
"X-Generator: Poedit 2.3\n"
"X-Generator: Poedit 3.3.1\n"

#: custom-settings-widgets.py:12
#: custom-settings-widgets.py:19
msgid "Radius"
msgstr "Sugár"

#: custom-settings-widgets.py:13
#: custom-settings-widgets.py:20
msgid "Top Fade"
msgstr "Felső előtűnés"

#: custom-settings-widgets.py:14
#: custom-settings-widgets.py:21
msgid "X Offset"
msgstr "X eltolás"

#: custom-settings-widgets.py:15
#: custom-settings-widgets.py:22
msgid "Y Offset"
msgstr "Y eltolás"

#: custom-settings-widgets.py:16
#: custom-settings-widgets.py:23
msgid "Opacity"
msgstr "Átlátszatlanság"

#: custom-settings-widgets.py:39
#: custom-settings-widgets.py:46
msgid "Class Name"
msgstr "Osztálynév"

#: custom-settings-widgets.py:42
#: custom-settings-widgets.py:49
msgid "State"
msgstr "Állapot"

#: custom-settings-widgets.py:102
#: custom-settings-widgets.py:109
msgid "Import"
msgstr "Importálás"

#: custom-settings-widgets.py:106
#: custom-settings-widgets.py:113
msgid "Export"
msgstr "Exportálás"

#: custom-settings-widgets.py:110
#: custom-settings-widgets.py:117
msgid "Set from..."
msgstr "Beállítások betöltése…"

#: custom-settings-widgets.py:169
#: custom-settings-widgets.py:176
msgid "Choose where to save your configuration"
msgstr "Beállítások mentés helyének megadása"

#: custom-settings-widgets.py:169
#: custom-settings-widgets.py:176
msgid "Choose a configuration to load"
msgstr "Betöltendő konfiguráció kiválasztása"

Expand Down
34 changes: 17 additions & 17 deletions user-shadows@nathan818fr/files/user-shadows@nathan818fr/po/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,62 @@ msgid ""
msgstr ""
"Project-Id-Version: user-shadows@nathan818fr\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-24 17:04+0200\n"
"PO-Revision-Date: 2022-06-03 11:21+0200\n"
"POT-Creation-Date: 2023-09-13 12:05+0200\n"
"PO-Revision-Date: 2023-09-13 12:14+0200\n"
"Last-Translator: Nathan POirier <[email protected]>\n"
"Language-Team: \n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.3\n"
"Last-Translator: Dragone2 <[email protected]>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: it\n"
"X-Generator: Poedit 3.3.1\n"

#: custom-settings-widgets.py:12
#: custom-settings-widgets.py:19
msgid "Radius"
msgstr "Raggio"

#: custom-settings-widgets.py:13
#: custom-settings-widgets.py:20
msgid "Top Fade"
msgstr "Dissolvenza Superiore"

#: custom-settings-widgets.py:14
#: custom-settings-widgets.py:21
msgid "X Offset"
msgstr "Offset X"

#: custom-settings-widgets.py:15
#: custom-settings-widgets.py:22
msgid "Y Offset"
msgstr "Offset Y"

#: custom-settings-widgets.py:16
#: custom-settings-widgets.py:23
msgid "Opacity"
msgstr "Opacità"

#: custom-settings-widgets.py:39
#: custom-settings-widgets.py:46
msgid "Class Name"
msgstr "Nome Classe"

#: custom-settings-widgets.py:42
#: custom-settings-widgets.py:49
msgid "State"
msgstr "Stato"

#: custom-settings-widgets.py:102
#: custom-settings-widgets.py:109
msgid "Import"
msgstr "Importa"

#: custom-settings-widgets.py:106
#: custom-settings-widgets.py:113
msgid "Export"
msgstr "Esporta"

#: custom-settings-widgets.py:110
#: custom-settings-widgets.py:117
msgid "Set from..."
msgstr "Imposta da..."

#: custom-settings-widgets.py:169
#: custom-settings-widgets.py:176
msgid "Choose where to save your configuration"
msgstr "Scegli dove salvare la tua configurazione"

#: custom-settings-widgets.py:169
#: custom-settings-widgets.py:176
msgid "Choose a configuration to load"
msgstr "Scegli una configurazione da caricare"

Expand Down
Loading

0 comments on commit ca0f428

Please sign in to comment.