mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
run prettier on json files (4)
This commit is contained in:
parent
e24c05bb3d
commit
6293ce0a14
@ -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}",
|
||||||
|
@ -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/",
|
||||||
|
@ -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,
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
{
|
{
|
||||||
"ForcedLanguages": [
|
"ForcedLanguages": ["fi", "en", "ru"]
|
||||||
"fi",
|
|
||||||
"en",
|
|
||||||
"ru"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user