Skip to content

Commit a8d4b9f

Browse files
committed
snapshot
1 parent 6a9cd92 commit a8d4b9f

10 files changed

Lines changed: 54 additions & 17 deletions

File tree

.typos.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ignore-files = true
99
extend-exclude = [
1010
"data/",
1111
"rime-data/",
12-
"home/linux/gui/base/noctalia/config/plugins/privacy-indicator"
12+
"home/linux/gui/base/noctalia/config/plugins/"
1313
]
1414

1515
[default]

home/linux/gui/base/noctalia/config/plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"states": {
1010
"ip-monitor": {
11-
"enabled": false,
11+
"enabled": true,
1212
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
1313
},
1414
"keybind-cheatsheet": {

home/linux/gui/base/noctalia/config/plugins/ip-monitor/BarWidget.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Item {
1717
property ShellScreen screen
1818
property string widgetId: ""
1919
property string section: ""
20+
property int sectionWidgetIndex: -1
21+
property int sectionWidgetsCount: 0
2022

2123
property var cfg: pluginApi?.pluginSettings || ({})
2224
property var defaults: pluginApi?.manifest?.metadata?.defaultSettings || ({})
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"menu": {
3+
"settings": "Paramètres du widget"
4+
},
5+
"panel": {
6+
"test": "Cette chaîne est traduite via l'API du plugin",
7+
"open-settings": "Ouvrir les paramètres du plugin"
8+
},
9+
"settings": {
10+
"appearance": {
11+
"title": "Appearance"
12+
},
13+
"iconColor": {
14+
"desc": "Couleur de l'icône lorsque l'address IP est récupérée avec succès",
15+
"label": "Couleur de l'icône"
16+
},
17+
"stateIcons": {
18+
"title": "Icônes d'état"
19+
},
20+
"successIcon": {
21+
"desc": "Icône affichée lorsque l'address IP est récupérée avec succès",
22+
"label": "Icône de succès"
23+
},
24+
"errorIcon": {
25+
"desc": "Icône affichée lorsque la récupération de l'address IP échoue",
26+
"label": "Icône d'erreur"
27+
},
28+
"loadingIcon": {
29+
"desc": "Icône affichée lors de la récupération de l'address IP",
30+
"label": "Icône de chargement"
31+
},
32+
"browseIcons": "Parcourir les icônes",
33+
"behavior": {
34+
"title": "Comportement"
35+
},
36+
"refreshInterval": {
37+
"desc": "Fréquence de rafraîchissement automatique des information IP. Mettre à 0 pour désactiver le rafraîchissement automatique.",
38+
"label": "Intervalle de rafraîchissement automatique (secondes)",
39+
"placeholder": "300"
40+
}
41+
}
42+
}

home/linux/gui/base/noctalia/config/plugins/ip-monitor/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "ip-monitor",
33
"name": "IP Monitor",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"minNoctaliaVersion": "4.4.3",
66
"author": "deepalpha",
77
"official": false,

home/linux/gui/base/noctalia/config/plugins/keybind-cheatsheet/BarWidget.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ NIconButton {
1111
property ShellScreen screen
1212
property string widgetId: ""
1313
property string section: ""
14+
property int sectionWidgetIndex: -1
15+
property int sectionWidgetsCount: 0
1416

1517
baseSize: Style.getCapsuleHeightForScreen(screen?.name)
1618
applyUiScale: false

home/linux/gui/base/noctalia/config/plugins/keybind-cheatsheet/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "keybind-cheatsheet",
33
"name": "Keybind Cheatsheet",
4-
"version": "3.2.3",
4+
"version": "3.2.4",
55
"minNoctaliaVersion": "3.6.0",
66
"author": "blacku",
77
"license": "MIT",

home/linux/gui/base/noctalia/config/plugins/privacy-indicator/BarWidget.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Item {
1414
property ShellScreen screen
1515
property string widgetId: ""
1616
property string section: ""
17+
property int sectionWidgetIndex: -1
18+
property int sectionWidgetsCount: 0
1719

1820
// Bar positioning properties
1921
readonly property string screenName: screen ? screen.name : ""

home/linux/gui/base/noctalia/config/plugins/privacy-indicator/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "privacy-indicator",
33
"name": "Privacy Indicator",
4-
"version": "1.2.6",
4+
"version": "1.2.7",
55
"minNoctaliaVersion": "3.6.0",
66
"author": "Noctalia Team",
77
"official": true,

home/linux/gui/base/noctalia/config/settings.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -221,17 +221,6 @@
221221
"id": "plugin:privacy-indicator"
222222
},
223223
{
224-
"defaultSettings": {
225-
"autoHeight": true,
226-
"cheatsheetData": [],
227-
"columnCount": 3,
228-
"detectedCompositor": "",
229-
"hyprlandConfigPath": "~/.config/hypr/hyprland.conf",
230-
"modKeyVariable": "$mod",
231-
"niriConfigPath": "~/.config/niri/config.kdl",
232-
"windowHeight": 0,
233-
"windowWidth": 1400
234-
},
235224
"id": "plugin:keybind-cheatsheet"
236225
}
237226
]
@@ -490,7 +479,7 @@
490479
},
491480
"network": {
492481
"airplaneModeEnabled": false,
493-
"bluetoothAutoConnect": true,
482+
"bluetoothAutoConnect": false,
494483
"bluetoothDetailsViewMode": "grid",
495484
"bluetoothHideUnnamedDevices": false,
496485
"bluetoothRssiPollIntervalMs": 10000,

0 commit comments

Comments
 (0)