run prettier on json files (4)

This commit is contained in:
Aminda Suomalainen 2024-05-19 13:10:20 +03:00
parent e24c05bb3d
commit 6293ce0a14
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
4 changed files with 8 additions and 33 deletions

View File

@ -21,10 +21,7 @@
"memory": { "memory": {
"format": "RAM {percentage}%" "format": "RAM {percentage}%"
}, },
"modules-left": [ "modules-left": ["sway/workspaces", "sway/mode"],
"sway/workspaces",
"sway/mode"
],
"modules-right": [ "modules-right": [
"gamemode", "gamemode",
"cpu", "cpu",
@ -52,10 +49,7 @@
"pulseaudio": { "pulseaudio": {
"format": "VOL {volume}%", "format": "VOL {volume}%",
"format-bluetooth": "BT VOL {volume}%", "format-bluetooth": "BT VOL {volume}%",
"ignored-sinks": [ "ignored-sinks": ["Easy Effects Sink", "Easy Effects Source"]
"Easy Effects Sink",
"Easy Effects Source"
]
}, },
"sway/language": { "sway/language": {
"format": "KBD {short} {variant}", "format": "KBD {short} {variant}",

View File

@ -4,9 +4,7 @@
"Extensions": { "Extensions": {
"adnauseam@rednoise.org": { "adnauseam@rednoise.org": {
"toAdd": { "toAdd": {
"trustedSiteDirectives": [ "trustedSiteDirectives": [""]
""
]
}, },
"toOverwrite": { "toOverwrite": {
"filterLists": [ "filterLists": [
@ -18,11 +16,7 @@
}, },
"jid1-MnnxcxisBPnSXQ@jetpack": { "jid1-MnnxcxisBPnSXQ@jetpack": {
"checkForDNTPolicy": true, "checkForDNTPolicy": true,
"disabledSites": [ "disabledSites": ["cloudflare.com", "ecosia.org", "keyoxide.org"],
"cloudflare.com",
"ecosia.org",
"keyoxide.org"
],
"learnInIncognito": true, "learnInIncognito": true,
"learnLocally": true, "learnLocally": true,
"sendDNTSignal": true, "sendDNTSignal": true,
@ -100,10 +94,7 @@
}, },
"DNSOverHTTPS": { "DNSOverHTTPS": {
"Enabled": false, "Enabled": false,
"ExcludedDomains": [ "ExcludedDomains": ["http.badssl.com", "norwegianwifi.com"],
"http.badssl.com",
"norwegianwifi.com"
],
"Fallback": true, "Fallback": true,
"Locked": true, "Locked": true,
"ProviderURL": "https://dns0.eu/", "ProviderURL": "https://dns0.eu/",

View File

@ -56,9 +56,7 @@
}, },
"mlojlfildnehdpnlmpkeiiglhhkofhpb": { "mlojlfildnehdpnlmpkeiiglhhkofhpb": {
"toAdd": { "toAdd": {
"trustedSiteDirectives": [ "trustedSiteDirectives": [""]
""
]
}, },
"toOverwrite": { "toOverwrite": {
"filterLists": [ "filterLists": [
@ -70,11 +68,7 @@
}, },
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
"checkForDNTPolicy": true, "checkForDNTPolicy": true,
"disabledSites": [ "disabledSites": ["cloudflare.com", "ecosia.org", "keyoxide.org"],
"cloudflare.com",
"ecosia.org",
"keyoxide.org"
],
"learnInIncognito": true, "learnInIncognito": true,
"learnLocally": true, "learnLocally": true,
"sendDNTSignal": true, "sendDNTSignal": true,

View File

@ -1,7 +1,3 @@
{ {
"ForcedLanguages": [ "ForcedLanguages": ["fi", "en", "ru"]
"fi",
"en",
"ru"
]
} }