mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-05 07:05:40 +01:00
add discord theme
This commit is contained in:
parent
33398dbad1
commit
659af3d00d
8 changed files with 612 additions and 1 deletions
63
modules/home/discord/webcord/config.json
Normal file
63
modules/home/discord/webcord/config.json
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"settings": {
|
||||
"general": {
|
||||
"menuBar": {
|
||||
"hide": true
|
||||
},
|
||||
"tray": {
|
||||
"disable": true
|
||||
},
|
||||
"taskbar": {
|
||||
"flash": true
|
||||
},
|
||||
"window": {
|
||||
"transparent": true,
|
||||
"hideOnClose": false
|
||||
}
|
||||
},
|
||||
"privacy": {
|
||||
"blockApi": {
|
||||
"science": true,
|
||||
"typingIndicator": true,
|
||||
"fingerprinting": true
|
||||
},
|
||||
"permissions": {
|
||||
"video": false,
|
||||
"audio": false,
|
||||
"fullscreen": true,
|
||||
"notifications": true,
|
||||
"display-capture": true,
|
||||
"background-sync": true
|
||||
}
|
||||
},
|
||||
"advanced": {
|
||||
"currentInstance": {
|
||||
"radio": 0
|
||||
},
|
||||
"devel": {
|
||||
"enabled": true
|
||||
},
|
||||
"redirection": {
|
||||
"warn": true
|
||||
},
|
||||
"optimize": {
|
||||
"gpu": true
|
||||
},
|
||||
"webApi": {
|
||||
"webGl": true
|
||||
},
|
||||
"unix": {
|
||||
"autoscroll": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"update": {
|
||||
"notification": {
|
||||
"version": "",
|
||||
"till": ""
|
||||
}
|
||||
},
|
||||
"screenShareStore": {
|
||||
"audio": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue