File tree Expand file tree Collapse file tree
home/linux/gui/base/noctalia/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ignore-files = true
99extend-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 ]
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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 || ({})
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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 ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 : " "
Original file line number Diff line number Diff line change 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 ,
Original file line number Diff line number Diff line change 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 ]
490479 },
491480 "network" : {
492481 "airplaneModeEnabled" : false ,
493- "bluetoothAutoConnect" : true ,
482+ "bluetoothAutoConnect" : false ,
494483 "bluetoothDetailsViewMode" : " grid" ,
495484 "bluetoothHideUnnamedDevices" : false ,
496485 "bluetoothRssiPollIntervalMs" : 10000 ,
You can’t perform that action at this time.
0 commit comments