Skip to content

Commit 3816d79

Browse files
v3.8.1
1 parent 5635e76 commit 3816d79

File tree

125 files changed

+295
-678
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+295
-678
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ indent_size = 4
55
charset = utf-8
66
trim_trailing_whitespace = true
77
insert_final_newline = true
8+
9+
[*.md]
10+
indent_size = 2
11+
trim_trailing_whitespace = false

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/4d5c0768b874407bb1dcc2f928899ba5)](https://www.codacy.com/app/bil-elmoussaoui/Hardcode-Tray?utm_source=github.com&utm_medium=referral&utm_content=bil-elmoussaoui/Hardcode-Tray&utm_campaign=Badge_Coverage)
33
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/Hardcode-Tray/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
44
[![Hardcode-Tray
5-
release](https://img.shields.io/badge/release-v3.8-blue.svg)](https://github.com/bil-elmoussaoui/Hardcode-Tray/releases)
5+
release](https://img.shields.io/badge/release-v3.8.1-blue.svg)](https://github.com/bil-elmoussaoui/Hardcode-Tray/releases)
66

77
# Hardcode-Tray
88

@@ -68,11 +68,11 @@ The one click-installer can be found by following this [link](https://software.o
6868
Teamviewer is also using the `sni-qt` package. However, it is shipping its own version. Therefore this script also overwrites the version shipped by TeamViewer with the patched one.
6969

7070
3. Open Hardcode-Tray using this command
71-
 <pre>
72-
hardcode-tray
73-
 </pre>
74-
75-
 4. Enjoy!
71+
```bash
72+
hardcode-tray
73+
  ```
74+
 
75+
4. Enjoy!
7676
7777
## Options
7878
- `--apply` and `--revert`

data/database/anatine.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
"icons_path": [
77
"/usr/share/anatine/resources/app/media/"
88
],
9-
"is_qt": false,
10-
"is_script": false,
11-
"force_create_folder": false,
12-
13-
"backup_ignore": false,
149
"icons": {
1510
"indicator": {
1611
"original": "IconTray.png",

data/database/bitcoin.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"{userhome}/.local/share/sni-qt/icons/bitcoin-qt/{size}/"
88
],
99
"is_qt": true,
10-
"is_script": false,
1110
"force_create_folder": true,
12-
1311
"backup_ignore": true,
1412
"icons": {
1513
"indicator": {

data/database/calendar-indicator.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
"icons_path": [
77
"/opt/extras.ubuntu.com/calendar-indicator/share/calendar-indicator/icons/"
88
],
9-
"is_qt": false,
10-
"is_script": false,
11-
"force_create_folder": false,
12-
13-
"backup_ignore": false,
149
"icons": [
1510
"{1-31}-dark-normal.svg",
1611
"{1-31}-dark-starred.svg",

data/database/caprine.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
"icons_path": [
77
"/usr/lib/caprine/static/"
88
],
9-
"is_qt": false,
10-
"is_script": false,
11-
"force_create_folder": false,
12-
13-
"backup_ignore": false,
149
"icons": {
1510
"tray": {
1611
"original": "IconTray.png",

data/database/caprine_ele.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@
66
"icons_path": [
77
"/usr/share/caprine/resources/"
88
],
9-
"is_qt": false,
10-
"is_script": true,
119
"binary": "app.asar",
1210
"script": "electron",
13-
"force_create_folder": false,
14-
15-
"backup_ignore": false,
1611
"icons": {
1712
"tray": {
1813
"original": "media/IconTray.png",

data/database/catch-indicator.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
"icons_path": [
77
"/usr/share/catch-indicator/icons/"
88
],
9-
"is_qt": false,
10-
"is_script": false,
11-
"force_create_folder": false,
12-
13-
"backup_ignore": false,
149
"icons": [
1510
"catch-indicator-dark-starred.svg",
1611
"catch-indicator-dark-normal.svg",

data/database/china-weather.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
"icons_path": [
77
"/usr/share/indicator/china/weather/data/media/"
88
],
9-
"is_qt": false,
10-
"is_script": false,
11-
"force_create_folder": false,
12-
13-
"backup_ignore": false,
149
"icons": {
1510
"clear": {
1611
"original": "icon_china_weather.png",

data/database/chromium.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
"/usr/lib/chromium/"
1010
],
1111
"script": "pak",
12-
"force_create_folder": false,
13-
14-
"backup_ignore": false,
15-
"is_script": true,
16-
"is_qt": false,
1712
"binary": "resources.pak",
1813
"icons": {
1914
"tray": {

0 commit comments

Comments
 (0)