From 4835f660f9435fa64336daaaae1ea3cab1dfbee6 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Fri, 31 Jul 2026 14:03:07 +0700 Subject: mouse --- .../.config/plugins/privacy-indicator/i18n/en.json | 58 ---------------------- 1 file changed, 58 deletions(-) delete mode 100644 noctalia/.config/plugins/privacy-indicator/i18n/en.json (limited to 'noctalia/.config/plugins/privacy-indicator/i18n/en.json') diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/en.json b/noctalia/.config/plugins/privacy-indicator/i18n/en.json deleted file mode 100644 index fa65418..0000000 --- a/noctalia/.config/plugins/privacy-indicator/i18n/en.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "menu": { - "settings": "Widget settings" - }, - "settings": { - "activeColor": { - "desc": "Color of the icons when active.", - "label": "Active icon color" - }, - "hideInactive": { - "desc": "Hide microphone, camera, and screen icons when there are inactive.", - "label": "Hide inactive states" - }, - "enableToast": { - "desc": "Show toast messages when one of the states changes.", - "label": "Enable toast notifications" - }, - "inactiveColor": { - "desc": "Color of the icons when inactive.", - "label": "Inactive icon color" - }, - "iconSpacing": { - "desc": "Set the spacing between the icons.", - "label": "Icon spacing" - }, - "removeMargins": { - "desc": "Remove all outer margins of the widget.", - "label": "Remove margins" - }, - "micFilterRegex": { - "desc": "Regex pattern to filter out microphone applications. Matching apps are completely excluded from detection.", - "label": "Microphone filter regex" - }, - "camFilterRegex": { - "desc": "Regex pattern to filter out camera applications. Matching apps are completely excluded from detection.", - "label": "Camera filter regex" - } - }, - "tooltip": { - "cam-on": "Camera: {apps}", - "mic-on": "Microphone: {apps}", - "screen-on": "Screen sharing: {apps}" - }, - "toast": { - "cam-on": "Camera is active", - "mic-on": "Microphone is active", - "screen-on": "Screen sharing is active" - }, - "history": { - "title": "Access History", - "empty": "No recent access", - "clear": "Clear", - "action": { - "started": "Started", - "stopped": "Stopped" - } - } -} -- cgit v1.2.3