mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 17:09:22 +01:00
run prettier on json files (4)
This commit is contained in:
parent
e24c05bb3d
commit
6293ce0a14
@ -21,10 +21,7 @@
|
||||
"memory": {
|
||||
"format": "RAM {percentage}%"
|
||||
},
|
||||
"modules-left": [
|
||||
"sway/workspaces",
|
||||
"sway/mode"
|
||||
],
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-right": [
|
||||
"gamemode",
|
||||
"cpu",
|
||||
@ -52,10 +49,7 @@
|
||||
"pulseaudio": {
|
||||
"format": "VOL {volume}%",
|
||||
"format-bluetooth": "BT VOL {volume}%",
|
||||
"ignored-sinks": [
|
||||
"Easy Effects Sink",
|
||||
"Easy Effects Source"
|
||||
]
|
||||
"ignored-sinks": ["Easy Effects Sink", "Easy Effects Source"]
|
||||
},
|
||||
"sway/language": {
|
||||
"format": "KBD {short} {variant}",
|
||||
|
@ -4,9 +4,7 @@
|
||||
"Extensions": {
|
||||
"adnauseam@rednoise.org": {
|
||||
"toAdd": {
|
||||
"trustedSiteDirectives": [
|
||||
""
|
||||
]
|
||||
"trustedSiteDirectives": [""]
|
||||
},
|
||||
"toOverwrite": {
|
||||
"filterLists": [
|
||||
@ -18,11 +16,7 @@
|
||||
},
|
||||
"jid1-MnnxcxisBPnSXQ@jetpack": {
|
||||
"checkForDNTPolicy": true,
|
||||
"disabledSites": [
|
||||
"cloudflare.com",
|
||||
"ecosia.org",
|
||||
"keyoxide.org"
|
||||
],
|
||||
"disabledSites": ["cloudflare.com", "ecosia.org", "keyoxide.org"],
|
||||
"learnInIncognito": true,
|
||||
"learnLocally": true,
|
||||
"sendDNTSignal": true,
|
||||
@ -100,10 +94,7 @@
|
||||
},
|
||||
"DNSOverHTTPS": {
|
||||
"Enabled": false,
|
||||
"ExcludedDomains": [
|
||||
"http.badssl.com",
|
||||
"norwegianwifi.com"
|
||||
],
|
||||
"ExcludedDomains": ["http.badssl.com", "norwegianwifi.com"],
|
||||
"Fallback": true,
|
||||
"Locked": true,
|
||||
"ProviderURL": "https://dns0.eu/",
|
||||
|
@ -56,9 +56,7 @@
|
||||
},
|
||||
"mlojlfildnehdpnlmpkeiiglhhkofhpb": {
|
||||
"toAdd": {
|
||||
"trustedSiteDirectives": [
|
||||
""
|
||||
]
|
||||
"trustedSiteDirectives": [""]
|
||||
},
|
||||
"toOverwrite": {
|
||||
"filterLists": [
|
||||
@ -70,11 +68,7 @@
|
||||
},
|
||||
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
|
||||
"checkForDNTPolicy": true,
|
||||
"disabledSites": [
|
||||
"cloudflare.com",
|
||||
"ecosia.org",
|
||||
"keyoxide.org"
|
||||
],
|
||||
"disabledSites": ["cloudflare.com", "ecosia.org", "keyoxide.org"],
|
||||
"learnInIncognito": true,
|
||||
"learnLocally": true,
|
||||
"sendDNTSignal": true,
|
||||
|
@ -1,7 +1,3 @@
|
||||
{
|
||||
"ForcedLanguages": [
|
||||
"fi",
|
||||
"en",
|
||||
"ru"
|
||||
]
|
||||
"ForcedLanguages": ["fi", "en", "ru"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user